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
Sort order. Prefix with - for descending. Allowed: created_at, updated_at, display_name
Filter results. Available filters: email, employee_id, employee_ids (object, Filter users by employee IDs for specific configurations.
Accepts nested parameters where the key is the configuration name and value is the employee ID.
Example when your institution has an employee ID configured named "UID":
?filter[employee_ids][UID]=123456), 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. 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