Skip to main content
PUT
Update User Profile

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

user_id
integer
required

Body

application/json

Schema for updating a user's profile information.

first_name
string | null
last_name
string | null
phone_number
string | null
Required string length: 9 - 15

Response

Successful Response

The schema for a user.

id
integer
required
email
string<email>
required
profile
BasicProfileSchema · object
required

The base schema for a profile.

is_google_recaptcha_response_valid
boolean | null