v1
latestOpenAPI 3.1.02026-07-2438302.6 MBGet All Users
get/user/all
Query parameters
filter.datestring date
filter.keywordstring
filter.is_activeboolean
filter.role_idinteger
filter.team_uidstring
filter.user_uidstring
filter.updated_atstring
filter.custom_fieldstring
filter.designationstring
filter.skillset_uidstring
filter.is_deletedboolean
filter.updated_at_fromstring
filter.updated_at_tostring
filter.access_role_uidstring
filter.is_assigned_to_teamstring
filter.business_unitstring
Response
200
Example response
{
"type": "success",
"data": [
{
"user_uid": "6c513b60-ff7c-11e7-b3a8-29b417a4f3fa",
"first_name": "Raghav",
"last_name": "G",
"email": "raghav@zuper.co",
"home_phone_number": "7397722822",
"designation": "CTO",
"emp_code": "1234",
"work_phone_number": "7397722822",
"profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/3d87e6d0-e8d8-11ed-adf9-a5fc91f5c57c.jpeg",
"hourly_labor_charge": 500,
"is_active": true,
"created_at": "2018-01-22T13:59:11.000Z",
"updated_at": "2023-05-02T10:58:16.000Z",
"role": {
"role_uid": "504e4eac-ff7d-11e7-8be5-0ed5f89f718b",
"role_name": "Admin",
"role_key": "ADMIN"
}
}
],
"total_records": 371,
"total_pages": 38,
"current_page": 1
}