Skip to main content
GET
List workers

Parameters

number
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
string
A value from a previous response that lets you fetch the next page.
string
Search workers by display name.
string
Only return workers whose personal or work email matches this address.
string
Only return workers with this type, one of employee, contractor, or vendor.
string
Only return workers whose current employment location has this country code.
string
Return results after this worker ID.
string
Return results before this worker ID.
string
Only return workers updated after this timestamp. Use an ISO 8601 datetime such as 2026-03-27T00:00:00Z.

Returns

Only one of cursor, starting_after, or ending_before may be provided. Returns a dictionary with a workers property that contains an array of Worker objects. When another page is available, the response also includes a cursor value.