v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBSearch Users
Endpoint to find Users using filtering parameters.
Query parameters
The reference of the User in an external system.
The reference of the User in an external system.
The name of the User.
The name of the User.
The surname of the User.
The surname of the User.
The visibility property of the User.
The visibility property of the User.
The job title of the User.
The job title of the User.
The department of the User.
The department of the User.
The email address of the User.
The email address of the User.
The mobile number of the User.
The mobile number of the User.
The status of the User.
The ID of the User.
The ID of the User.
The ID of the Group the User is a member of.
The ID of the Group the User is a member of.
The IDs of the User resources to which they could report to.
[ "XMPL1234-000001", "XMPL1234-000002", "XMPL1234-000003" ]
Filters users by their work status.
The IDs of the ExpensePolicy resources to search for.
[ "XMPL1234-000001", "XMPL1234-000002", "XMPL1234-000003" ]
The IDs of the ExpensePolicy resources to exclude. User resources with no ExpensePolicy assigned will be excluded.
[ "XMPL1234-000001", "XMPL1234-000002", "XMPL1234-000003" ]
Whether to search for User resources with no ExpensePolicy assigned.
It indicates the specific page to display (the counter starts from zero).
It indicates the specific page to display (the counter starts from zero).
It indicates the number of items per page.
It indicates the number of items per page.
It indicates how the pages are ordered.
It indicates how the pages are ordered.
It indicates the sorting direction applied to the above parameters. To apply a sorting on multiple parameters, set as many times the props parameter in the request.
It indicates the sorting direction applied to the above parameters. To apply a sorting on multiple parameters, set as many times the props parameter in the request.
[ "creationTime" ]
Response
The result array contains Users.
Example response
{
"total": 168,
"pages": 7,
"page_size": 25,
"results_size": 25,
"results": [
{
"id": "XMPL1234-000001",
"name": "John",
"surname": "Smith",
"middlename": "John",
"dob": "1970-10-21",
"job_title": "Business Strategist",
"department": "Research & Development",
"email": "jdoe@fake.soldo.com",
"mobile": "+44123323232",
"custom_reference_id": "123456-user-1",
"visible": true,
"groups": [
"7bf79328-a7ae-4222-aa54-091ff7f429a7",
"2d65bd5e-3fdf-4002-b166-bde7fb8863fa"
],
"reports_to": "XMPL1234-000001",
"roles": [
{
"id": "superAdmin",
"name": "superAdmin",
"description": "The SuperAdmin role",
"scope": "ALL"
}
],
"contact_id": "135fdb6c-2e77-4fc0-a79f-2453fde75ef7",
"creation_time": "2017-06-01T12:48:40Z",
"last_update": "2017-06-01T12:48:40Z"
}
]
}