{realm}-users-{id}

Number of APIs: 12

  1. Get representation of the user GET {{baseUrl}}/:realm/users/:id

  2. Update the user PUT {{baseUrl}}/:realm/users/:id

  3. Delete the user DELETE {{baseUrl}}/:realm/users/:id

  4. Return credential types, which are provided by the user storage where user is stored. GET {{baseUrl}}/:realm/users/:id/configured-user-storage-credential-types

  5. Disable all credentials for a user of a specific type PUT {{baseUrl}}/:realm/users/:id/disable-credential-types

  6. Send a update account email to the user An email contains a link the user can click to perform a set of required actions. PUT {{baseUrl}}/:realm/users/:id/execute-actions-email?client_id=consequat incididunt dolor pariatur&lifespan=18909540&redirect_uri=consequat incididunt dolor pariatur

  7. Impersonate the user POST {{baseUrl}}/:realm/users/:id/impersonation

  8. Remove all user sessions associated with the user Also send notification to all clients that have an admin URL to invalidate the sessions for the particular user. POST {{baseUrl}}/:realm/users/:id/logout

  9. Get offline sessions associated with the user and client GET {{baseUrl}}/:realm/users/:id/offline-sessions/:clientUuid

  10. Set up a new password for the user. PUT {{baseUrl}}/:realm/users/:id/reset-password