Get Users

Endpoint: GET /users

Description: Retrieves a list of users with optional filtering, sorting, and pagination.

Query Parameters:

NameData TypeDescription
sortstringSpecifies the field by which to sort the results. Allowed values are first_name, last_name, and role_id.
searchstringA keyword to search users by their first name, last name, group name, phone, or email.
activebooleanFilters users based on their active status (true or false).
is_registerbooleanFilters users based on their registration status.
billing_rate_typeintegerSpecifies the billing rate type (0 for hourly, 1 for daily).
roleintegerFilters users based on their role (1 for Admin, 2 for Manager, 3 for Employee).
group_idintegerFilters users by their group ID.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

sortable key are first_name, last_name, role_id

string

String(First Name, Last Name, Group Name, Phone, Email)

integer

Boolean (true or false | 1 or 0)

boolean

Boolean

integer

1 - Daily, 0 - Hourly

integer

1 - Admin, 2 - Manager, 3 - Employee

integer
Headers
string
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json