Skip to main content
PATCH
PATCH
Updates the currently authenticated user’s profile. Only the fields provided will be updated — all others remain unchanged.

Request Body

string
Updated first name.
string
Updated last name.
string
Updated phone number in international format (e.g. +1-555-0100).

Response

boolean
true when the profile has been updated.
object
The updated user profile object.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
first_name
string
last_name
string
phone_number
string

Response

200

Profile updated