Skip to main content
PUT
Update user profile

Autorizações

api_access_token
string
header
obrigatório

API access token authentication

Corpo

application/json
name
string

User full name

Exemplo:

"John Doe"

email
string<email>

User email address

display_name
string

User display name

Exemplo:

"John"

message_signature
string

Email signature

Exemplo:

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

Resposta

Profile updated successfully

success
boolean
Exemplo:

true

data
object
meta
object
message
string

Success message

Exemplo:

"Profile updated successfully"