Editing user information
Index
1. PUT /topic/context/edit
Method: PUT
Pathname:
{{baseUrl}}/api/v1/{{codename}}/topic/messageuser/:messageUserId/context/edit
Header:
Accept: 'application/json'
Content-Type: 'application/json'
Authorization: 'Bearer ' + accessToken
Url params:
Parameter | type | Description |
---|---|---|
codename | String | Request the Chat-Tonic team. |
messageUserId | String | MessageUser ID |
Request params:
Parameter | type | Description |
---|---|---|
key | string | Context key |
value | string | Value |
Allowed keys:
Key | Description | Â | Â | Â |
---|---|---|---|---|
firstName | Given name | Â | Â | Â |
lastName | Family name | Â | Â | Â |
profile.email | Â | Â | Â | |
profile.phone | Phone | Â | Â | Â |
Body:
{
"key": "firstName",
"value": "Lautaro 2"
}
Response:
Edit the messageUser in Customer Service and Chat-Tonic.