Skip to main content

Get page of existing users

Parameters

Name

In

Type

Required

Description

page

query

string

true

page

size

query

string

true

size

Responses

Status

Meaning

Description

200

OK

OK

400

Bad Request

Bad Request

401

Unauthorized

Unauthorized

403

Forbidden

Access Forbidden

404

Not Found

Not Found

406

Not Acceptable

Not Acceptable

429

Too Many Requests

Too Many Requests

500

Internal Server Error

Internal Server Error

To perform this operation, you must be authenticated by means of one of the following methods: OAuth_authorization

{
  "content": [
    {
      "authType": "INTERNAL",
      "connectionStatus": "OFFLINE",
      "devices": [
        {
          "connectionStatus": "OFFLINE",
          "description": "string",
          "id": "string",
          "ipV4Address": "string",
          "ipV6Address": "string",
          "name": "string",
          "vpnRegions": [
            {
              "continent": "string",
              "country": "string",
              "countryIso": "string",
              "id": "string",
              "regionName": "string"
            }
          ]
        }
      ],
      "email": "string",
      "firstName": "string",
      "groupId": "string",
      "id": "string",
      "lastName": "string",
      "role": "ADMIN",
      "status": "ACTIVE",
      "username": "string"
    }
  ],
  "numberOfElements": 0,
  "page": 0,
  "size": 0,
  "success": true,
  "totalElements": 0,
  "totalPages": 0
}