Workers
List all workers. Workers include anyone employed by the company, whether US or international, full-time employees or contractors.
get/v1/workers
Query parameters
limitstring
a number less than or equal to 100
a number less than or equal to 100
afterIdstring
The id of the worker.
Example:wrk_1234
The id of the worker.
beforeIdstring
The id of the worker.
Example:wrk_1234
The id of the worker.
statusesstring[]
typesstring[]
workEmailstring
Response
Success
Example response
{
"data": [
{
"id": "wrk_1234",
"position": "Research Engineer",
"startDate": "2000-01-01",
"endDate": "2000-01-01",
"firstName": "Jonathan",
"lastName": "Galt",
"email": "john@joinwarp.com",
"workEmail": "john@joinwarp.com",
"preferredName": "John",
"displayName": "Jack Galt",
"timeZone": "America/New_York",
"department": {
"id": "dpt_1234",
"name": "Engineering"
}
}
]
}