Retrieve realm roles for the currently authenticated user
GET/user/userRealmRoles
Retrieve realm roles for the currently authenticated user
Request
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
idstring
namestring
descriptionstring
compositeboolean
assignedboolean
compositeRoleIdsstring[]
[
  {
    "id": "string",
    "name": "string",
    "description": "string",
    "composite": true,
    "assigned": true,
    "compositeRoleIds": [
      "string"
    ]
  }
]