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

Documentation Index

Fetch the complete documentation index at: https://www.activepieces.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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

data
object[]
required
next
string | null
previous
string | null