เปลี่ยนชื่อผู้ใช้ หรือชื่อกลุ่มภายใจระบบ
Last updated 2 years ago
แก้ไขชื่อนามแผงของลูกค้า โดย customerId และ channelId
U2bb84b8f680ef825d32f726c483f8000
1657695000
Cookie 🍪
PUT /chats/customers/alias HTTP/1.1 Host: Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 101 { "customerId": "U2bb84b8f680ef825d32f726c483f8000", "channelId": "1657695000", "aliasName": "Cookie 🍪" }
OK
{ "data": { "aliasName": "Cookie 🍪" } }