Skip to main content
PATCH
Update user's profile

Authorizations

Authorization
string
header
required

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.

firstName
string

The user's first name.

Example:

"john"

lastName
string

The user's last name.

Example:

"doe"

Response

Successfully updated the user's profile.