Retrieve realm roles for a user in a realm
GET/user/:realm/userRealmRoles/:userId
Retrieve realm roles for a user in a realm
Request
Path Parameters
realm stringrequired
userId stringrequired
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"
    ]
  }
]