| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
logout | Remove all user sessions associated with this user. |
remove-totp | |
reset-password | Set up a temporary password for this user. |
reset-password-email | Send an email to the user with a link they can click to reset their password |
role-mappings | Get role mappings for this user |
sessions | List set of sessions associated with this user. |
social-links | List set of social logins associated with this user. |
Name | Description |
---|---|
PUT /admin/realms/{realm}/users/{username} | Update the user |
GET /admin/realms/{realm}/users/{username} | Get represenation of the user |
DELETE /admin/realms/{realm}/users/{username} | delete this user |
PUT /admin/realms/{realm}/users/{username}Update the user
|
GET /admin/realms/{realm}/users/{username}Get represenation of the user
|
DELETE /admin/realms/{realm}/users/{username}delete this user
|
| ||||
summary: resource | method | detail: method |