Skip to main content
Update an existing user tag by its UID. Required Permission:
  • cyera.mange.datastore_user_tag
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
KeyThe key of the user tag to update. If you only want to update the value, provide the existing key.

Example: env.
User Tag UIDThe UID of the user tag to update. Can be obtained by using the List User Tags’ action.
ValueThe new value for the user tag.

Example: prod.

Example Output

{
	"uid": "2990c454d9eb4b098d5777db6807676ffc4eb48088dd9f7e8d4847a5a49f50bc",
	"key": "env",
	"value": "prod"
}

Workflow Library Example

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