Retrieves a paged list of employees with enriched job and location data. At least one date filter (ModifiedOnStart or ModifiedOnEnd) and at least one location scope (locations or legalEntities) are required.
Put ONLY your JWT Bearer token on textbox below!
Start of the modified-on date range (inclusive). If provided alone the query is scoped to that single day
End of the modified-on date range (inclusive). If provided alone the query is scoped to that single day
Comma-separated list of R365 Location GUIDs to filter results. If omitted, all accessible locations are included
Comma-separated list of R365 Legal Entity GUIDs to filter results. If omitted, all accessible legal entities are included
Number of records to return per page. Defaults to 250
Opaque token from NextLink of a prior response. Omit on the first request; pass verbatim to fetch the next page
Paged response containing employees for the requested page and a link to the next page when available.
Employees for the current page.
R365 employee identifier.
POS system employee identifier.
Employee first name.
Employee last name.
Employee date of birth.
Employee pay rate.
Pay schedule type (e.g. Hourly, Salary).
Indicates whether the employee is inactive.
Employee hire date. Null when not recorded.
Employee termination date, if applicable.
External payroll system identifier.
Location identifier.
Location name.
Location number.
Primary job assignment. Null when no primary job is recorded.
Job identifier.
Job title name.
Job code.
Department name.
Additional location assignments.
Location identifier.
Location name.
Location number.
Additional job assignments.
Job identifier.
Job title name.
Job code.
Department name.
Relative URL to retrieve the next page of results. Null when this is the last page.
Both ModifiedOnStart and ModifiedOnEnd are absent, or a provided location identifier is not a valid GUID.