List users

Returns a list of Users, optionally paginated. Note: the maximum number returned per page in any case is 50.

Query Params
string
required

Token obtained from /authorize

number

The page number to start from

number

The size of the page

string

Filter Users by type - either 'Worker' or 'Employer'

string

Filter Users by email

string

Filter Users by first name - should contain only letters, numbers,
dash (-) and period (.) character

string

Filter Users by last name - should contain only letters, numbers,
dash (-) and period (.) character

string

Filter Users by external id(s) - separate multiple external ids
with commas

number

Filter Employers by Customer ID

string
enum

Filter Users by onboarding state(s) - separate multiple states
with commas

string
enum

Filter users by W2 onboarding states(s) - separate multiple states
with commas

Allowed:
string

Filter Users by their W2 employee ID

string

Filter Users by address state - separate multiple states with
commas

string
enum

Filter Users by drug test results - separate multiple states
with commas

Allowed:
string

Filter Users by those that were last updated before provided
DateTime

string

Filter Users by those that were last updated after provided DateTime

Response
401

Unauthorized - you did not pass a valid token

Language
Response
Click Try It! to start a request and see the response here!