Body
-
The set of parameters that are the attributes of the End User resource which are derived End User Types.
-
The string that you assigned to describe the resource.
-
The type of end user of the Bundle resource - can be
individual
orbusiness
.
POST /v1/EndUsers
curl \
-X POST https://trusthub.twilio.com/v1/EndUsers \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'FriendlyName=string&Type=string'
Request example
{
"FriendlyName": "string",
"Type": "string"
}
Request examples
{
"FriendlyName": "string",
"Type": "string"
}
Response examples (201)
{
"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": "string",
"url": "https://example.com"
}
Response examples (201)
{
"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": "string",
"url": "https://example.com"
}