Skip to main content
PATCH
Update client profile

Authorizations

Authorization
string
header
required

Partner API key. Format: sk_branch_<32chars>, sk_personal_<32chars>, or pk_<32chars> (public, read-only)

Path Parameters

id
integer
required

Client user ID

Body

application/json
firstName
string
Example:

"Jane"

lastName
string
Example:

"Doe"

email
string<email>
phone
string

Response

Updated client profile

id
integer
Example:

55

firstName
string
Example:

"John"

lastName
string
Example:

"Doe"

email
string<email>
Example:

"john@example.com"

phone
string
Example:

"+380671234567"

createdAt
string<date-time>
updatedAt
string<date-time>