/
Search for People
Search for People
Overview
Search request for People.
Details
Type
POST
Endpoint
{{url}}/api/Search/People
Request
The request will include all filter options valid for people, including, team, department and locations.
The Location option will be based on the user's default location or set location based on the date/time option.
The Working Location will be based on the date/time option.
Example
{
"SearchText": "string",
"TeamId": int,
"DepartmentId": int,
"WorkingLocation": "string",
"Location": Object{
"Country": "string",
"City": "string",
"Site": "string",
"Building": "string",
"Floor": "string",
"Zone": "string"
},
"Date": "dd/MM/yyyy",
"StartTime": "dd/MM/yyyy HH:mm",
"EndTime": "dd/MM/yyyy HH:mm"
}
Response
The response will include a list of people and their basic information based on the requested date and time.
User booking information is not required for each user.
Example
{
"SearchResults": Array[
Object{
"Id": int,
"Name": "string",
"EmailAddress": "string (email address)"
"Status": "Available",
"WorkingLocation": "string",
"DefaultLocation": Object{
"Country": "string",
"City": "string",
"Site": "string",
"Building": "string",
"Floor": "string",
"Zone": "string"
},
"Team": "string",
"TeamId": int,
"Department": "string",
"DepartmentId": int,
"UserImage": "string (path)"
},
Object{
"Id": int,
"Name": "string",
"EmailAddress": "string (email address)"
"Status": "Available",
"WorkingLocation": "string",
"DefaultLocation": Object{
"Country": "string",
"City": "string",
"Site": "string",
"Building": "string",
"Floor": "string",
"Zone": "string"
},
"Team": "string",
"TeamId": int,
"Department": "string",
"DepartmentId": int,
"UserImage": "string (path)"
}
]
}
Use case
, multiple selections available,
Related content
Search for Resource
Search for Resource
More like this
Get User's Work Places
Get User's Work Places
More like this
Get User Settings
Get User Settings
More like this
Get User Bookings
Get User Bookings
More like this
Get Resource Space Types
Get Resource Space Types
Read with this
Get Team Places
Get Team Places
More like this