Skip to main content
Update the sensitivity of multiple classifications by their IDs. Required Permission:
  • cyera.update.classification
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
Classification UIDsA comma-separated list of classification IDs for which to update the sensitivity.
SensitivityThe sensitivity level to update.

Example Output

[
	{
		"uid": "string",
		"sensitivity": "VerySensitive",
		"status": "Pending"
	}
]

Workflow Library Example

Update Classification Sensitivity with Cyera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop