Skip to main content
PUT

Endpoint

Path Parameters

string
required
The unique identifier of the user to update

Headers

string
required
Your application API key
string
required
Your application secret key

Body Parameters

string
required
The current user ID from your application. Note: This field is required but cannot be changed during update.
string
required
Updated full name of the user
string
Updated email address
string
Updated username
string
required
Updated phone number
boolean
Update whether the user account is active

Response

string
Unique identifier for the user
string
The user ID from your application
string
User’s updated full name
string
User’s updated email address
string
User’s updated phone number
boolean
Whether the user account is active
string
ISO 8601 timestamp of update
You must include the app_user_id in the request body, and it must match the id assigned when the user was created. Changing this id will result in a 400 Bad Request error.