Admin
Get Users
get/v1/admin/users
Query parameters
role_idinteger nullable
The ID of the role to filter the users by.
The ID of the role to filter the users by.
organization_idinteger nullable
The ID of the organization to filter the users by.
The ID of the organization to filter the users by.
emailstring nullable
Email substring to filter the users by.
Email substring to filter the users by.
offsetinteger
Number of users to skip.
Number of users to skip.
limitinteger
Maximum number of users to return.
Maximum number of users to return.
sort_by'id' | 'email' | 'created' | 'updated'
Field to sort by.
sort_order'asc' | 'desc'
Sort order.
Response
Successful Response