Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 993 Bytes

File metadata and controls

27 lines (20 loc) · 993 Bytes

SunshineConversationsClient::User

Properties

Name Type Description Notes
id String The unique ID of the user. [optional]
external_id String An optional ID that can also be used to retrieve the user. [optional]
signed_up_at String [optional]
profile Profile [optional]
metadata Object [optional]
identities Array<Identity> The user's connected identities. [optional] [readonly]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::User.new(id: 7494535bff5cef41a15be74d,
                                 external_id: your-own-id,
                                 signed_up_at: null,
                                 profile: null,
                                 metadata: null,
                                 identities: null)