GET
/
iam
/
clients
/
{clientId}
/
client-users
/
{userId}
curl --request GET \
  --url https://api.gcore.com/iam/clients/{clientId}/client-users/{userId} \
  --header 'Authorization: <api-key>'
{
  "user_role": {
    "id": 1,
    "name": "Administrators"
  }
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

userId
integer
required

User's ID.

clientId
integer
required

Account ID.

Response

200
application/json

OK.

User's group.