Get Staff Member(s)
Get one or more staff member records
GET
https://integrate.d6plus.co.za/api/v1/adminplus/staffmembers/{school_login_id}
Use this endpoint to fetch one or more staff member records for the specified school. By default all current active staff members will be returned.
It is possible to retrieve a single staff member by providing the optional staff_member_id
query parameter.
Path Parameters
Name
Type
Description
school_login_id*
Integer
The login ID of the school to retrieve data from
Query Parameters
Name
Type
Description
staff_member_id
Integer
The ID of a specific staff member
Headers
Name
Type
Description
HTTP-X-USERNAME*
String
As provided by d6
HTTP-X-PASSWORD*
String
As provided by d6
Examples
Last updated