Skip to main content
GET
/
users
cURL
curl --request GET \
  --url https://api.usepylon.com/users \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "avatar_url": "<string>",
      "email": "<string>",
      "emails": [
        "<string>"
      ],
      "id": "<string>",
      "name": "<string>",
      "role_id": "<string>",
      "status": "<string>"
    }
  ],
  "pagination": {
    "cursor": "<string>",
    "has_next_page": true
  },
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Authorization: Bearer

Response

data
object[]

The data payload of the response.

pagination
object
request_id
string

The request ID for tracking.