List Employees
Retrieve a paginated, filterable list of all employees in your company.
Query Parameters
1.100.asc, desc.id, createdAt, updatedAt.no-subscription, scheduled, active, scheduled-pause, paused, scheduled-cancellation, cancelled.fully-subsidized-plan, deferred-plan, split-pay-plan.Response
Authorizations
HTTP Basic Auth using your API key credentials. Use the username and password issued from the Developer Portal. Encode them as Base64(username:password) and pass in the Authorization: Basic <token> header.
Query Parameters
Full-text search across employee names and email addresses.
Page number to return. Starts at 1.
x >= 0Number of results per page. Maximum is 100.
0 <= x <= 100Sort direction — asc for ascending, desc for descending.
asc, desc Field to sort results by.
id, createdAt, updatedAt Filter to a specific set of employee IDs.
x >= 0Filter to specific employee email addresses.
Filter by subscription status. Accepted values: no-subscription, cancelled, scheduled-cancellation, active, scheduled, scheduled-pause, paused.
no-subscription, cancelled, scheduled-cancellation, active, scheduled, scheduled-pause, paused Filter by plan type. Accepted values: fully-subsidized-plan, deferred-plan, split-pay-plan.
fully-subsidized-plan, deferred-plan, split-pay-plan Response
A paginated list of employees.

