{realm}-clients-{id}

Number of APIs: 12

  1. Get application session count Returns a number of user sessions associated with this client { "count": number } GET {{baseUrl}}/:realm/clients/:id/session-count

  2. /:realm/clients/:id/installation/providers/:providerId GET {{baseUrl}}/:realm/clients/:id/installation/providers/:providerId

  3. Get representation of the client GET {{baseUrl}}/:realm/clients/:id

  4. Delete the client DELETE {{baseUrl}}/:realm/clients/:id

  5. Get application offline session count Returns a number of offline user sessions associated with this client { "count": number } GET {{baseUrl}}/:realm/clients/:id/offline-session-count

  6. Get offline sessions for client Returns a list of offline user sessions associated with this client GET {{baseUrl}}/:realm/clients/:id/offline-sessions?first=18909540&max=18909540

  7. Push the client’s revocation policy to its admin URL If the client has an admin URL, push revocation policy to it. POST {{baseUrl}}/:realm/clients/:id/push-revocation

  8. Generate a new registration access token for the client POST {{baseUrl}}/:realm/clients/:id/registration-access-token

  9. Get a user dedicated to the service account GET {{baseUrl}}/:realm/clients/:id/service-account-user

  10. Test if registered cluster nodes are available Tests availability by sending 'ping' request to all cluster nodes. GET {{baseUrl}}/:realm/clients/:id/test-nodes-available