Update an existing End User
TODO: Resource-level docs
Update an existing End User.
Path parameters
-
The unique string created by Twilio to identify the End User resource.
Body
-
The set of parameters that are the attributes of the End User resource which are derived End User Types.
-
FriendlyName string
The string that you assigned to describe the resource.
POST /v2/RegulatoryCompliance/EndUsers/{Sid}
curl \
-X POST https://numbers.twilio.com/v2/RegulatoryCompliance/EndUsers/{Sid} \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'FriendlyName=string'
Request example
{
"FriendlyName": "string"
}
Request examples
{
"FriendlyName": "string"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"friendly_name": "string",
"sid": "string",
"type": "individual",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"friendly_name": "string",
"sid": "string",
"type": "individual",
"url": "https://example.com"
}