Get roles

Get all roles for the given realm or client.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

realmstringRequired

Query parameters

briefRepresentationbooleanOptionalDefaults to true
firstintegerOptional
maxintegerOptional
searchstringOptionalDefaults to

Response

idstring or null
namestring or null
descriptionstring or null
compositeboolean or null
compositesobject or null
clientRoleboolean or null
containerIdstring or null
attributesmap from strings to lists of strings or null
scopeParamRequiredboolean or nullDeprecated

Errors