GET
/
v1
/
users
curl --request GET \
  --url https://cloud.activepieces.com/api/v1/users \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "email": "<string>",
      "firstName": "<string>",
      "status": "ACTIVE",
      "externalId": "<string>",
      "lastChangelogDismissed": "<string>",
      "platformId": "<string>",
      "platformRole": "ADMIN",
      "lastName": "<string>",
      "created": "<string>",
      "updated": "<string>"
    }
  ],
  "next": "<string>",
  "previous": "<string>"
}

Authorizations

Authorization
string
header
required

Use your api key generated from the admin console

Query Parameters

cursor
string
limit
number
externalId
string

Response

200 - application/json

Default Response

The response is of type object.