Workers
Get a specific worker by id.
get/v1/workers/{id}
Path parameters
idstring required
The id of the worker.
Example:wrk_1234
The id of the worker.
Response
Success
Example response
{
"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"
}
}