Skip to main content
PUT
Update user profile

Authorizations

api_access_token
string
header
required

API access token authentication

Body

application/json
name
string

User full name

Example:

"John Doe"

email
string<email>

User email address

display_name
string

User display name

Example:

"John"

message_signature
string

Email signature

Example:

"Best regards, John"

custom_attributes
object

Custom user attributes

ui_settings
object

UI preferences and settings

avatar
file

Avatar image file (base64 encoded or URL)

Response

Profile updated successfully

success
boolean
Example:

true

data
object
meta
object
message
string

Success message

Example:

"Profile updated successfully"