Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.86 KB

ConversationsV1User.md

File metadata and controls

23 lines (18 loc) · 2.86 KB

ConversationsV1User

Properties

Name Type Description Notes
Sid Pointer to string The unique string that we created to identify the User resource.
AccountSid Pointer to string The SID of the Account that created the User resource.
ChatServiceSid Pointer to string The SID of the Conversation Service the User resource is associated with.
RoleSid Pointer to string The SID of a service-level Role assigned to the user.
Identity Pointer to string The application-defined string that uniquely identifies the resource's User within the Conversation Service. This value is often a username or an email address, and is case-sensitive.
FriendlyName Pointer to string The string that you assigned to describe the resource.
Attributes Pointer to string The JSON Object string that stores application-specific data. If attributes have not been set, {} is returned.
IsOnline Pointer to bool Whether the User is actively connected to this Conversations Service and online. This value is only returned by Fetch actions that return a single resource and null is always returned by a Read action. This value is null if the Service's reachability_enabled is false, if the User has never been online for this Conversations Service, even if the Service's reachability_enabled is true.
IsNotifiable Pointer to bool Whether the User has a potentially valid Push Notification registration (APN or GCM) for this Conversations Service. If at least one registration exists, true; otherwise false. This value is only returned by Fetch actions that return a single resource and null is always returned by a Read action. This value is null if the Service's reachability_enabled is false, and if the User has never had a notification registration, even if the Service's reachability_enabled is true.
DateCreated Pointer to time.Time The date and time in GMT when the resource was created specified in ISO 8601 format.
DateUpdated Pointer to time.Time The date and time in GMT when the resource was last updated specified in ISO 8601 format.
Url Pointer to string An absolute API resource URL for this user.
Links Pointer to map[string]interface{}

[Back to Model list] [Back to API list] [Back to README]