Menu

Expand
Rate this page:

User Binding Resource

Programmable Chat has been deprecated and is no longer supported. Instead, we'll be focusing on the next generation of chat: Twilio Conversations. Find out more about the EOL process here.

If you're starting a new project, please visit the Conversations Docs to begin. If you've already built on Programmable Chat, please visit our Migration Guide to learn about how to switch.

The User Binding resource provides access to Binding resources that is scoped to a single User.

UserBinding properties

Each User Binding resource contains these properties.

Resource Properties in REST API format
sid
sid<BS> Not PII

The unique string that we created to identify the User Binding resource.

account_sid
sid<AC> Not PII

The SID of the Account that created the User Binding resource.

service_sid
sid<IS> Not PII

The SID of the Service the User Binding resource is associated with.

date_created
date_time<iso8601> Not PII

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updated
date_time<iso8601> Not PII

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

endpoint

The unique endpoint identifier for the User Binding. The format of the value depends on the binding_type.

identity

The application-defined string that uniquely identifies the resource's User within the Service. See access tokens for more info.

user_sid
sid<US> Not PII

The SID of the User with the User Binding resource. See push notification configuration for more info.

credential_sid
sid<CR> Not PII

The SID of the Credential for the binding. See push notification configuration for more info.

binding_type
enum:binding_type Not PII

The push technology to use for the User Binding. Can be: apn, gcm, or fcm. See push notification configuration for more info.

message_types
string[] Not PII

The Programmable Chat message types the binding is subscribed to.

url
url Not PII

The absolute URL of the User Binding resource.

Fetch a User Binding resource

get
https://chat.twilio.com/v2/Services/{ServiceSid}/Users/{UserSid}/Bindings/{Sid}

The {UserSid} value can be either the sid or the identity of the User resource to fetch the User Binding resource from.

Parameters
Parameters in REST API format
service_sid
Path
get sid<IS> Not PII

The SID of the Service to fetch the User Binding resource from.

user_sid
Path
get sid_like<US> Not PII

The SID of the User with the User Binding resource to fetch. See push notification configuration for more info.

sid
Path
get sid<BS> Not PII

The SID of the User Binding resource to fetch.

Example 1
Loading Code Sample...
        
        

        Fetch a User Binding resource

        Read multiple UserBinding resources

        get
        https://chat.twilio.com/v2/Services/{ServiceSid}/Users/{UserSid}/Bindings

        The {UserSid} value can be either the sid or the identity of the User resource to read User Binding resources from.

        Parameters
        Parameters in REST API format
        service_sid
        Path
        get sid<IS> Not PII

        The SID of the Service to read the User Binding resources from.

        user_sid
        Path
        get sid_like<US> Not PII

        The SID of the User with the User Binding resources to read. See push notification configuration for more info.

        binding_type
        Optional
        get enum:binding_type[] Not PII

        The push technology used by the User Binding resources to read. Can be: apn, gcm, or fcm. See push notification configuration for more info.

        Example 1
        Loading Code Sample...
              
              

              Read multiple User Binding resources

              Delete a User Binding resource

              delete
              https://chat.twilio.com/v2/Services/{ServiceSid}/Users/{UserSid}/Bindings/{Sid}

              The {UserSid} value can be either the sid or the identity of the User resource to delete the User Channel resource from.

              Parameters
              Parameters in REST API format
              service_sid
              Path
              delete sid<IS> Not PII

              The SID of the Service to delete the User Binding resource from.

              user_sid
              Path
              delete sid_like<US> Not PII

              The SID of the User with the User Binding resources to delete. See push notification configuration for more info.

              sid
              Path
              delete sid<BS> Not PII

              The SID of the User Binding resource to delete.

              Example 1
              Loading Code Sample...
                    
                    

                    Delete a User Binding resource

                    Rate this page:

                    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.

                    Loading Code Sample...
                          
                          
                          

                          Thank you for your feedback!

                          Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

                          Sending your feedback...
                          🎉 Thank you for your feedback!
                          Something went wrong. Please try again.

                          Thanks for your feedback!

                          thanks-feedback-gif