English
cURL
curl --request PUT \ --url https://api.altur.io/api/v1.0/enduser/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "display_name": "<string>", "info": "<string>" } '
{ "id": "<string>", "display_name": "<string>", "integration_type": "api", "info": "<string>" }
Updates the details of an EndUser
Add api-key YOUR_API_SECRET_KEY as the value of the Authorization header.
api-key YOUR_API_SECRET_KEY
Authorization
The identifier of the EndUser to update
EndUser object that needs to be updated
EndUser's display name
EndUser's information valuable for interactions with Agents or human agents
EndUser updated successfully
Unique identifier for the EndUser
Enum representing the Integration's channel
api
whatsapp