Get Role Assignments
Retrieve all role assignments
Retrieves all role assignments.
Request
URI
GET
https://{api_host}/roles
COPY
Responses
200
The request is successful.
[
{
"authEntity": {
"domain": "string",
"name": "string",
"type": "string",
"id": "string"
},
"roles": [
{
"name": "string",
"id": "string"
}
]
}
]
array of
object
401
The user is not authorized.
[
{
"authEntity": {
"domain": "string",
"name": "string",
"type": "string",
"id": "string"
},
"roles": [
{
"name": "string",
"id": "string"
}
]
}
]
array of
object
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/roles