Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>" }
Get a list of users
Authorization: Bearer
The data payload of the response.
Show child attributes
The request ID for tracking.