Retrieve a paginated, filterable list of all employees in your company.
Returns all employees with their subscription status, plan details, current transit ticket, and HR integration links. Use the filter parameters to narrow results by status, plan type, email, or specific IDs.Documentation Index
Fetch the complete documentation index at: https://allridegmbh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.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.
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 A paginated list of employees.