API Documentation

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.
Language
URL
Click Try It! to start a request and see the response here!