Update user's profile
me
Update user's profile
Update the current authenticated user’s profile. Either firstName or lastName should be provided in the request body.
PATCH
Update user's profile
Authorizations
An access token used to authenticate a user and grant access to restricted APIs. It is issued by session APIs. For status codes related to this header, refer to the Common Headers Documentation.
Body
application/json
The profile update request body. Either firstName or lastName should be provided.
Response
Successfully updated the user's profile.