Skip to main content
UnoloEndpoint
Token

get_users_by_company_id

query

Returns all employees for the company with their details and custom fields

Inputs

No input fields required for this API.

Output Fields 20/20
query {
get_users_by_company_id {
firstName
lastName
emailID
createdTs
countryCallingCode
phoneNumber
mobileNumber
photoPath
manufacturer
modelNumber
active
joiningDate
profileName
internalEmpID
designationName
imgUrl
tz
city
targetCountry
customFields
}
}
Sample Response— filtered to selected fields
{
"data": {
"get_users_by_company_id": {
"firstName": "example",
"lastName": "example",
"emailID": 4347,
"createdTs": "2026-02-05T09:30:00.000Z",
"countryCallingCode": "SKU-953",
"phoneNumber": "+91-9876543210",
"mobileNumber": "example",
"photoPath": "example",
"manufacturer": "example",
"modelNumber": "example",
"active": true,
"joiningDate": "2026-02-05",
"profileName": "example",
"internalEmpID": 4766,
"designationName": "example",
"imgUrl": "example",
"tz": "example",
"city": "Hyderabad",
"targetCountry": "example",
"customFields": "example"
}
}
}