Users
Header Parameters
Content-Typestring
Authorizationstring
Query Parameters
bearer tokenstring Required
Get the auth token from the authentication endpoint and pass it as the bearer token
sortBystring
Determines the sorting direction, where desc applies descending order and asc applies ascending order; defaults to descending if not specified (e.g., sortBy=id&sortOrder=asc).
sortOrderstring
Specifies the field used to sort results; accepts only supported fields per endpoint and defaults to a predefined field if not provided (e.g., sortBy=id&sortOrder=asc). Supports sorting by any valid Users model field; defaults to ascending order on first_name.
Response
200
Object
Response Attributes
idstring
first_namestring
middle_namestring
last_namestring
display_namestring
nick_namestring
email_idstring
contact_numberstring
office_nostring
statusstring
reporting_tonumber
business_unit_idnumber
createdstring
joining_datestring
accessible_bustring
rolestring
team_namestring
admin_privilegestring
timezonestring
400
Object
{
"message": "Invalid parameters or filters."
}
401
Object
Please provide the access token.
403
Object
Your company access is temporarily disabled.
404
Object
Data not found.
429
Object
Request limit exceeded. Please try again later.
Was this section helpful?
What made this section helpful for you?
What made this section unhelpful for you?
Response
Was this section helpful?