Sha256: baefe168d282b7f6a8d83a737d8c421b29f0a16897048b3a23eb034badd3cb22

Contents?: true

Size: 833 Bytes

Versions: 9

Compression:

Stored size: 833 Bytes

Contents

# SunshineConversationsClient::User

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique ID of the user. | [optional] 
**external_id** | **String** | An optional ID that if specified can also be used to retrieve the user.  | [optional] 
**signed_up_at** | **String** |  | [optional] 
**profile** | [**Profile**](Profile.md) |  | [optional] 
**metadata** | **Object** |  | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

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


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.5 docs/User.md
sunshine-conversations-client-9.4.4 docs/User.md
sunshine-conversations-client-9.4.3 docs/User.md
sunshine-conversations-client-9.4.2 docs/User.md
sunshine-conversations-client-9.4.1 docs/User.md
sunshine-conversations-client-9.4.0 docs/User.md
sunshine-conversations-client-9.3.0 docs/User.md
sunshine-conversations-client-9.2.0 docs/User.md
sunshine-conversations-client-9.1.1 docs/User.md