PUT
/
api
/
v1
/
public
/
users
/
{uniqueId}
{
  "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
}
{
  "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"
    }
  ]
}
Authorization
string
required
{
  "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
}

Response

{
  "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