sigma_update_user_attribute_for_users
Revoke a user attribute assignment for specified user IDs. Requires confirm=True to execute.
Instructions
Revoke a user attribute assignment for specific users. Requires confirm=True.
user_ids: List of user IDs whose attribute assignments should be removed. Example: ["user-uuid-1", "user-uuid-2"]
To assign (not revoke), use sigma_set_user_attribute_for_users instead (direct POST to /v2/user-attributes/{id}/users not yet exposed as a dedicated tool — use sigma_create_grant with a raw body as a workaround).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| user_ids | Yes | ||
| attribute_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |