Update user profile
User
Update Profile
Updates a user’s profile (currently only name). This endpoint is intended to be used behind a gateway.
Authentication: Requires valid JWT or API key. User can only update their own profile.
PUT
Update user profile
Authorizations
JWT token from Auth0
Path Parameters
Account's external ID (format: acct-xxx-v1)
Example:
"acct-xyz789-v1"
User's external ID (format: user-xxx-v1)
Example:
"user-abc123-v1"
Body
application/json
User's display name
Minimum string length:
1Example:
"John Doe"
