Update user profile
PATCH/profile
Updates the user profile information, only a limited subset of fields is available. You can add any of these fields while leaving the others null. Only partial updates are supported.
If you update the email field, the user will receive a verification request by email that they have to click to confirm their new email address. Until then, the email_verified field will be false.
Request
Responses
- 200
- 400
- 401
- 500
Updated user profile with all changes processed as requested
Bad Request, you sent values that were wrong
Unauthorized
Unexpected error