Search Users
GET/users/search
Search Users
Request
API Version
v3Company ID in which the search needs to be performed
The search term for the user is matched based on the user full name, email or phone
No of results to be skipped before returning the result
0No of results to be limited before returning the result
25Location ID in which the search needs to be performed
Type of the users to be filtered in the search
Role of the users to be filtered in the search
List of User IDs to be filtered in the search
The field on which sort is applied in which the results need to be sorted. Default is based on the first and last name
The direction in which the results need to be sorted
Filter users by whether 2-way sync is enabled
Successful response
- application/json
- Schema
- Example (auto)
Schema
List of users matching the search criteria
Total number of users matching the search criteria
{
"users": [
{
"id": "0IHuJvc2ofPAAA8GzTRi",
"firstName": "John",
"lastName": "Deo",
}
],
"count": 1231
}