EndUser Resource
EndUser properties
Resource Properties in REST API format | |
---|---|
sid
|
The unique string created by Twilio to identify the End User resource. |
account_sid
|
The SID of the Account that created the End User resource. |
friendly_name
|
The string that you assigned to describe the resource. |
type
|
The type of end user of the Bundle resource - can be |
attributes
|
The set of parameters that are the attributes of the End Users resource which are listed in the End User Types. |
date_created
|
The date and time in GMT when the resource was created specified in ISO 8601 format. |
date_updated
|
The date and time in GMT when the resource was last updated specified in ISO 8601 format. |
url
|
The absolute URL of the End User resource. |
Create an EndUser resource
https://trusthub.twilio.com/v1/EndUsers
Parameters
Parameters in REST API format | |
---|---|
friendly_name
Required
|
The string that you assigned to describe the resource. |
type
Required
|
The type of end user of the Bundle resource - can be |
attributes
Optional
|
The set of parameters that are the attributes of the End User resource which are derived End User Types. |
Example 1
Fetch an EndUser resource
https://trusthub.twilio.com/v1/EndUsers/{Sid}
Parameters
Parameters in REST API format | |
---|---|
sid
Path
|
The unique string created by Twilio to identify the End User resource. |
Example 1
Read multiple EndUser resources
https://trusthub.twilio.com/v1/EndUsers
Example 1
Update an EndUser resource
https://trusthub.twilio.com/v1/EndUsers/{Sid}
Parameters
Parameters in REST API format | |
---|---|
sid
Path
|
The unique string created by Twilio to identify the End User resource. |
friendly_name
Optional
|
The string that you assigned to describe the resource. |
attributes
Optional
|
The set of parameters that are the attributes of the End User resource which are derived End User Types. |
Example 1
Delete an EndUser resource
https://trusthub.twilio.com/v1/EndUsers/{Sid}
Parameters
Parameters in REST API format | |
---|---|
sid
Path
|
The unique string created by Twilio to identify the End User resource. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.