shield logo
Docs
Shield

Get API Users

GET
/realms/{REALM_ID}/clients/{CLIENT_ID}/api-users

Get API Users

/realms/{REALM_ID}/clients/{CLIENT_ID}/api-users

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Header Parameters

api-keystring

Path Parameters

REALM_ID
Required
string

CLIENT_ID
Required
string

curl -X GET "http://{{base_url}}/realms/string/clients/string/api-users" \
  -H "api-key: {{MASTER_API_KEY}}" \
  -H "Authorization: Bearer <token>"

Successful response

Edit on GitHub

Last updated on