Query Parameters
The unique identifier of the user to update.
{
"email": "xyz@mail.com",
"sms": "+1234567890",
"whatsapp": "+1234567890",
"pushToken": null,
"inApp": null,
"slack": null,
"discord": null,
"teams": null,
"line": null,
"activeChannels": [
"sms",
"whatsapp"
],
"name": "qwert",
"uniqueId": "qwert",
"active": true,
"customData": null
}
Request Body Parameters
The email address of the user.
The SMS number of the user.
The WhatsApp number of the user.
The Push Token of the user.
The InApp id of the user.
The discord id of the user
The active channels of the user
The unique identifier of the user
The active status of the user
The custom data of the user
{
"email": "rj6EC02IyA3ZEd+6x@idS.Qfw0d8Esxsc8AJEuTF.cfVwSQrxjrkbmbwIIKvqhDpgnaKxXs",
"sms": "+363186",
"whatsapp": "+16552905891096103551438680282706",
"pushToken": "string",
"inApp": "string",
"slack": "string",
"discord": "string",
"teams": "string",
"line": "string",
"activeChannels": ["SMS"],
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"firstName": "string",
"lastName": "string",
"uniqueId": "string",
"active": true,
"customData": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"segments": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string"
}
]
}
Status Codes
200 - OK: User updated successfully