Skip to main content
GET
/
api
/
data_shares
/
{name}
/
realm-roles
List realm roles attached to a client
curl --request GET \
  --url https://api.example.com/api/data_shares/{name}/realm-roles \
  --header 'Authorization: Bearer <token>'
{
  "client_id": "<string>",
  "realm_roles": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

name
string
required

Response

Attached realm roles

client_id
string
required
realm_roles
string[]

Realm roles attached to the client's service account.