Staffmember
Get a staff member by email address
Requires permission: StaffMember
Get a staff member by email address with optional pagination, sorting, filtering and includes<br />Supported Includes: LeaveRequests, LineManager, DirectReports, Classes, ParentContact (Also supports includes on the parent contact e.g. ParentContact.InverseRelations)
get/StaffMember
Query parameters
emailAddressstring nullable
pageinteger required
pageSizeinteger required
includesstring[] nullable
sortstring nullable
filterstring nullable
Response
Success - Success
Changes
Changed in 1 of the 22 revisions of this API.2
- ○
added the optional property
staffMember/oneOf[StaffMember]/employeeIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
staffMember/oneOf[StaffMember]/schoolto the response with the200statusresponse-optional-property-added
- ○