GET
/
cloud
/
v1
/
users
/
roles
curl --request GET \
  --url https://api.gcore.com/cloud/v1/users/roles \
  --header 'APIKey: <api-key>'
{
  "count": 1,
  "results": [
    {
      "role": "ClientAdministrator",
      "scope": "Client"
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

project_id
integer

Project ID

Examples:

123

Response

200 - application/json

OK

The response is of type object.