Workers

List all workers. Workers includ

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

hasMoreboolean required

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"
    }
  ]
}

Changes