Skip to main content
PUT
Update user profile

Autorizaciones

api_access_token
string
header
requerido

API access token authentication

Cuerpo

application/json
name
string

User full name

Ejemplo:

"John Doe"

email
string<email>

User email address

display_name
string

User display name

Ejemplo:

"John"

message_signature
string

Email signature

Ejemplo:

"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)

Respuesta

Profile updated successfully

success
boolean
Ejemplo:

true

data
object
meta
object
message
string

Success message

Ejemplo:

"Profile updated successfully"