Return a list of users
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer token
Comma-separated list of relationships to include. Allowed: profile, employments, current_employment, admin_assistant_roles, addresses, phone_numbers
Sort order. Prefix with - for descending. Allowed: created_at, updated_at, display_name
Filter results. Available filters: email, employee_id, employee_ids (filter users by employee id for a given configuration, example filter[employee_ids][UID]=12345), employee_ids.in (filter users by employee id in a comma-separated list for a given configuration, example filter[employee_ids.in][UID]=12345,67890), display_name, display_name.neq, display_name.cont (case-insensitive substring match), display_name.in (comma-separated list), display_name.nin (comma-separated list), profile, profile.exists, employments, current_employment, current_employment.exists, admin_assistant_roles, addresses, phone_numbers. Custom fields can also be filtered with filter[custom_fields.field_name].
Number of items per page (max 100)
Cursor for next page
Cursor for previous page