Skip to main content
Retrieve information of a specific user tag by its UID. Required Permission:
  • cyera.read.datastore_user_tag
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
User Tag UIDThe UID of the user tag to retrieve data for. Can be obtained by using the List User Tags action.

Example Output

{
	"uid": "2990c454d9eb4b098d5777db6807676ffc4eb48088dd9f7e8d4847a5a49f50bc",
	"key": "env",
	"value": "prod",
	"lastAssigned": "2022-11-05T12:51:08.000Z"
}

Workflow Library Example

Get User Tag with Cyera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop