Update the authenticated user's profile

Validates and updates profile contact fields and search preferences for the currently authenticated SchoolSet user.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
emailstringRequiredformat: "email"<=255 characters
firstnamestring or nullOptional<=255 characters
lastnamestring or nullOptional<=255 characters
mobilestring or nullOptional<=255 characters
phonestring or nullOptional<=255 characters
job_infostring or nullOptional

Response

The profile was updated and returned as a user resource.
statusstring
messagestring
datamap from strings to any

Errors

401
Unauthorized Error
422
Unprocessable Entity Error