Latest Legacy

Update an end user

API to update existing compliance document fields

API Endpoint

POST https://api.plivo.com/v1/Account/{auth_id}/EndUser/{ID}/

Arguments

namestring

Name of the end user.

last_namestring

Last name of the end user. Optional for individual type users and not required for business type users.

end_user_typestring

Type of end user. Allowed values: individual, business.

Response

{
   "api_id": "a75ab7a6-e571-11ec-8e0a-0242ac110003",
   "message": "changed"
}