Get Roles

Get Roles
Retrieve available roles

Retrieves the available roles.

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

The request is successful.

[
    {
        "name": "string",
        "id": "string"
    }
]
array of object
Optional

401

The user is not authorized.

[
    {
        "name": "string",
        "id": "string"
    }
]
array of object
Optional

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