CustomerProfileEntityAssignment Resource
CustomerProfileEntityAssignment properties
Resource Properties in REST API format | |
---|---|
sid
|
The unique string that we created to identify the Item Assignment resource. |
customer_profile_sid
|
The unique string that we created to identify the CustomerProfile resource. |
account_sid
|
The SID of the Account that created the Item Assignment resource. |
object_sid
|
The SID of an object bag that holds information of the different items. |
date_created
|
The date and time in GMT when the resource was created specified in ISO 8601 format. |
url
|
The absolute URL of the Identity resource. |
Create a CustomerProfileEntityAssignment resource
https://trusthub.twilio.com/v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments
Parameters
Parameters in REST API format | |
---|---|
customer_profile_sid
Path
|
The unique string that we created to identify the CustomerProfile resource. |
object_sid
Required
|
The SID of an object bag that holds information of the different items. |
Example 1
Fetch a CustomerProfileEntityAssignment resource
https://trusthub.twilio.com/v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments/{Sid}
Parameters
Parameters in REST API format | |
---|---|
customer_profile_sid
Path
|
The unique string that we created to identify the CustomerProfile resource. |
sid
Path
|
The unique string that we created to identify the Identity resource. |
Example 1
Read multiple CustomerProfileEntityAssignment resources
https://trusthub.twilio.com/v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments
Parameters
Parameters in REST API format | |
---|---|
customer_profile_sid
Path
|
The unique string that we created to identify the CustomerProfile resource. |
Example 1
Delete a CustomerProfileEntityAssignment resource
https://trusthub.twilio.com/v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments/{Sid}
Parameters
Parameters in REST API format | |
---|---|
customer_profile_sid
Path
|
The unique string that we created to identify the CustomerProfile resource. |
sid
Path
|
The unique string that we created to identify the Identity 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.