v1

latestOpenAPI 3.0.42026-08-0462132372.2 KB

List users

Retrieve all external users for the project

get/v1/connect/{project_id}/users

Query parameters

afterstring

The cursor to start from for pagination

beforestring

The cursor to end before for pagination

limitinteger

The maximum number of results to return

qstring

Filter users by external_id (partial match)

Headers

x-pd-environment'development' | 'production' required

The environment in which the server client is running

The environment in which the server client is running

Response

users listed

Example response

{
  "data": [
    {
      "id": "exu_abc123"
    }
  ],
  "page_info": {
    "count": 10,
    "total_count": 120
  }
}