Sha256: 8da0e81f0f1b5d3fcc021fe416f55ec45370346f1d640707d1686fdc92cc657d
Contents?: true
Size: 1.15 KB
Versions: 44
Compression:
Stored size: 1.15 KB
Contents
# SunshineConversationsClient::UserCreateBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **external_id** | **String** | A unique identifier for the user. The `externalId` can be used to link a user to the same conversation [across multiple devices](https://docs.smooch.io/guide/authenticating-users/). | **signed_up_at** | **String** | The date at which the user signed up. Must be ISO 8601 time format `YYYY-MM-DDThh:mm:ss.sssZ`. | [optional] **profile** | [**Profile**](Profile.md) | | [optional] **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::UserCreateBody.new(external_id: your-own-id, signed_up_at: 2020-05-21T15:53:30.197Z, profile: null, metadata: {"lang":"en-ca"}) ```
Version data entries
44 entries across 44 versions & 1 rubygems