Update a staff member
Updates supplied staff fields, addresses, and position changes, then returns the freshly loaded staff resource.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Staff member identifier to update.
Request
This endpoint expects an object.
firstname
lastname
email
gender
Allowed values:
position
Response
The staff member was updated and the refreshed resource was returned.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

