Skip to main content
Retrieve a list of user tags. Required Permission:
  • cyera.read.datastore_user_tag
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
KeyA user tag key to filter by. Must be used with the Value parameter.

Example: env.
LimitThe maximum number of user tags to retrieve in the result. Valid range is 1-100.
OffsetThe pagination offset indicating the starting point for the next set of results.
Return All PagesAutomatically fetch all resources, page by page.
ValueA user tag key value to filter by. Must be used with the Key parameter.

Example: prod.

Example Output

{
	"limit": 10,
	"offset": 0,
	"total": 1,
	"results": [
		{
			"uid": "2990c454d9eb4b098d5777db6807676ffc4eb48088dd9f7e8d4847a5a49f50bc",
			"key": "env",
			"value": "prod",
			"lastAssigned": "2022-11-05T12:51:08.000Z"
		}
	]
}

Workflow Library Example

List User Tags with Cyera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop