Sha256: 0d0efe6b62fe6f547dc4e82198a1a9522957d2d9b32cc7c116786c38d04ff9e1
Contents?: true
Size: 993 Bytes
Versions: 23
Compression:
Stored size: 993 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 can also be used to retrieve the user. | [optional] **signed_up_at** | **String** | | [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, profile: null, metadata: null, identities: null) ```
Version data entries
23 entries across 23 versions & 1 rubygems