Users
List Users
Paginated list of all user details for the current organization.
GET
Authorizations
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Query Parameters
Designates which page of results to return. Always starts at 1. If 0 is specified, it defaults to 1.
Determines the number of results on each page. It can't exceed 100.
Required range:
x < 100
Determines the order of the results. It can be 'asc' or 'desc'.
Available options:
asc
, desc
Was this page helpful?