Update a school user's profile

Updates the editable identity and contact fields for a managed user and returns the refreshed roles and abilities resource.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
idintegerRequired>=1
emailstringRequiredformat: "email"
firstnamestring or nullOptional
namestring or nullOptional
lastnamestring or nullOptional
mobilestring or nullOptional
phonestring or nullOptional
job_infostring or nullOptional

Response

The managed user's updated resource was returned.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error