Skip to main content
PUT
Update user profile

Authorizations

Authorization
string
header
required

JWT token from Auth0

Path Parameters

account_id
string
required

Account's external ID (format: acct-xxx-v1)

Example:

"acct-xyz789-v1"

user_id
string
required

User's external ID (format: user-xxx-v1)

Example:

"user-abc123-v1"

Body

application/json
name
string
required

User's display name

Minimum string length: 1
Example:

"John Doe"

Response

Profile updated successfully

user
object
account_id
string

Account external ID

Example:

"acct-xyz789-v1"