Get Role Assignments

Get Role Assignments
Retrieve all role assignments

Retrieves all role assignments.

Request
URI
GET
https://{api_host}/roles
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful.

[
    {
        "authEntity": {
            "domain": "string",
            "name": "string",
            "type": "string",
            "id": "string"
        },
        "roles": [
            {
                "name": "string",
                "id": "string"
            }
        ]
    }
]
array of object
Optional

401

The user is not authorized.

[
    {
        "authEntity": {
            "domain": "string",
            "name": "string",
            "type": "string",
            "id": "string"
        },
        "roles": [
            {
                "name": "string",
                "id": "string"
            }
        ]
    }
]
array of object
Optional

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/roles