GET
/
iam
/
users
curl --request GET \
  --url https://api.gcore.com/iam/users \
  --header 'APIKey: <api-key>'
[
  {
    "id": 123,
    "email": "jsmith@example.com",
    "name": "<string>",
    "lang": "de",
    "phone": "<string>",
    "company": "<string>",
    "reseller": 123,
    "client": 123,
    "deleted": true,
    "groups": [
      {
        "id": 1,
        "name": "Administrators"
      }
    ],
    "activated": true,
    "sso_auth": true,
    "two_fa": true,
    "auth_types": [
      "password"
    ],
    "user_type": "common"
  }
]

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

limit
integer

The maximum number of items.

offset
integer

Offset relative to the beginning of list.

Response

200
application/json

OK

Simple array without pagination