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

Parameters

ParameterDescription
Datastore UIDThe UID of the datastore to retrieve user tags for.

Example Output

{
	"results": [
		"string"
	]
}

Workflow Library Example

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