Sha256: 6bc0831e9ae9dd6fc8f7e859f65f0fb51bdd41127f62b81bed4018d1a17a4ed0

Contents?: true

Size: 1.07 KB

Versions: 6

Compression:

Stored size: 1.07 KB

Contents

# 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] 
**to_be_retained** | **Boolean** |  | [optional] 
**profile** | [**Profile**](Profile.md) |  | [optional] 
**metadata** | **Object** |  | [optional] 
**identities** | [**Array<Identity>**](Identity.md) | The user's connected identities. | [optional] [readonly] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

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


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/User.md
sunshine-conversations-client-14.3.3 docs/User.md
sunshine-conversations-client-14.3.2 docs/User.md
sunshine-conversations-client-14.3.1 docs/User.md
sunshine-conversations-client-14.3.0 docs/User.md
sunshine-conversations-client-14.2.0 docs/User.md