Skip to main content
GET
/
cloud
/
v1
/
users
List users
curl --request GET \
  --url https://api.gcore.com/cloud/v1/users \
  --header 'Authorization: <api-key>'
{
  "count": 1,
  "results": [
    {
      "activated": true,
      "email": "[email protected]",
      "id": 123,
      "is_admin": true,
      "name": "<string>"
    }
  ]
}

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

Query Parameters

limit
integer
default:1000

Limit the number of returned items. Falls back to default of 1000 if not specified. Limited by max limit value of 1000 Limit the number of returned items. Falls back to default of 1000 if not specified. Limited by max limit value of 1000

Required range: x <= 1000
offset
integer
default:0

Offset value is used to exclude the first set of records from the result Offset value is used to exclude the first set of records from the result

Required range: x >= 0
user_id
integer

User ID for filtering User ID for filtering

Response

200 - application/json

OK

count
integer
required

Number of objects

Required range: x >= 0
results
Client users schema · object[]
required

Objects