zitadel_remove_user_grant
Remove a role grant from a user in Zitadel by specifying the user ID and grant ID. Requires confirmation to execute the removal.
Instructions
Remove a role grant from a user by grant ID. Requires confirm: true.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The user ID | |
| grantId | Yes | The grant ID to remove | |
| confirm | No | Must be true to execute. Omit to preview the action. |