update-user-roles
Manage user roles in Keycloak by adding or removing client-specific roles for a user within a specified realm and client. Simplify role updates efficiently and accurately.
Instructions
Add and/or remove client roles for a user in a specific realm and client
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clientId | Yes | Client ID | |
realm | Yes | Realm name | |
rolesToAdd | No | Roles to add | |
rolesToRemove | No | Roles to remove | |
userId | Yes | User ID |