Update profile
Updates the currently authenticated user by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/me
JWT
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| firstName | string | First name of the user. | min: 1, max: 256 |
| lastName | string | Last name of the user. | min: 0, max: 256 |
| string | Email address of the user. | format: email | |
| googleSsoEnabled | boolean | Enable or disable Google SSO. | |
| twoFactorEnabled | boolean | Enable or disable two factor authentication. | |
| twoFactorCode | string | Two factor code generated by Authenticator app. | min: 6, max: 6 |
Request Example
Responses
200
400
401
403
404
429
500