Change user permissions
PUT/api/v2/users/:userEmail/permissions
Reconciles the user to exactly the provided Keycloak groups.
Request
Path Parameters
userEmail stringrequired
- application/json
Body
required
groups string[]required
Groups the user should belong to, given as either the Keycloak group name (e.g. "System Administrators") or the composite role name (e.g. "system-administrator"). The user is reconciled to exactly these groups.
Responses
- 200
Loading...