v3
latestSwagger 2.02026-08-067506752.0 MBFind persons in the organization
Path parameters
Org identifier (either id or slug)
Query parameters
Scenario id to query
Date to search as of
Start date, if retrieving persons employed between two dates (inclusive)
End date, if retrieving persons employed between two dates (inclusive)
Search query
Comma-separated list of person ids to look up
Person id to start paginating from
Number of results to return
Sort by fields, comma-separated. For descending sort, prepend a -
Fields to retrieve, comma-separated
Fields to retrieve, list syntax
Include all persons in the system, including ex-employees or persons who were never in jobs
Data format to use; default is json, can also use json-extended or json-readable
Whether to split complex columns, used for tabular data formats
Return access information -- pass a list of actions to check, for example: create,update,delete
For a startDate/endDate range, which date within the range to evaluate each person's fields as-of: START (earliest date they hold a job) or END (default, latest date they hold a job)
Response
persons found
Example response
{
"access": [
{
"ids": [
"588f7ee98f138b19220041a7"
]
}
]
}