List users

This API returns a paginated list of Dashboard members in your organization. Use this endpoint to review existing users, filter by manager status, or sort results by ID or email.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 0
Defaults to 0

The number of records to skip before returning results. Used for pagination. Defaults to 0 if not specified.

integer
1 to 50
Defaults to 50

The maximum number of records to return per page, starting from the specified offset value. Defaults to 50 if not specified.

boolean

Use this parameter to narrow results by manager status. Set to true to return only users with manager permissions, or false to return only standard users. If not provided, all users in your organization are returned regardless of their manager status.

string
enum
Defaults to id

The field to use when sorting the list of users. Use id to sort by the user's unique identifier, or email to sort alphabetically by email address. Defaults to id if not specified.

Allowed:
string
enum
Defaults to asc

The sort direction for the results. Use asc for ascending order or desc for descending order. Defaults to asc if not specified.

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json