User Management
Update User
API to Update the user information
PUT
Header
string
required
Query Parameters
string
required
The unique identifier of the user to update.
Request Body Parameters
string
The email address of the user.
string
The SMS number of the user.
string
The WhatsApp number of the user.
string
The Push Token of the user.
string
The InApp id of the user.
string
The slack id of the user
string
The discord id of the user
string
The teams id of the user
string
The line id of the user
array
The active channels of the user
string
The name of the user
uuid
The unique identifier of the user
boolean
The active status of the user
object
The custom data of the user
Status Codes
200 - OK: User updated successfully