Sha256: 37a828cc92b7b5c41fe8786fe0394601c719c08c3daf85654e5c884003ef15f0

Contents?: true

Size: 1.08 KB

Versions: 50

Compression:

Stored size: 1.08 KB

Contents

# SunshineConversationsClient::ParticipantWithUserId

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_id** | **String** | The id of the user that will be participating in the conversation. It will return `404` if the user can’t be found. One of `userId` or `userExternalId` is required, but not both. | [optional] 
**subscribe_sdk_client** | **Boolean** | When passed as true, the SDK client of the concerned participant will be subscribed to the conversation. The user will start receiving push notifications for this conversation right away, without having to view the conversation on the SDK beforehand. An SDK client will be created for users that don’t already have one. This field is required if the conversation is of type `sdkGroup`. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ParticipantWithUserId.new(user_id: 42589ad070d43be9b00ff7e5,
                                 subscribe_sdk_client: false)
```


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/ParticipantWithUserId.md
sunshine-conversations-client-14.3.3 docs/ParticipantWithUserId.md
sunshine-conversations-client-14.3.2 docs/ParticipantWithUserId.md
sunshine-conversations-client-14.3.1 docs/ParticipantWithUserId.md
sunshine-conversations-client-14.3.0 docs/ParticipantWithUserId.md
sunshine-conversations-client-14.2.0 docs/ParticipantWithUserId.md
sunshine-conversations-client-14.1.0 docs/ParticipantWithUserId.md
sunshine-conversations-client-14.0.0 docs/ParticipantWithUserId.md
sunshine-conversations-client-13.2.0 docs/ParticipantWithUserId.md
sunshine-conversations-client-13.1.0 docs/ParticipantWithUserId.md
sunshine-conversations-client-13.0.0 docs/ParticipantWithUserId.md
sunshine-conversations-client-12.8.0 docs/ParticipantWithUserId.md
sunshine-conversations-client-12.7.0 docs/ParticipantWithUserId.md
sunshine-conversations-client-12.6.2 docs/ParticipantWithUserId.md
sunshine-conversations-client-12.6.1 docs/ParticipantWithUserId.md
sunshine-conversations-client-12.6.0 docs/ParticipantWithUserId.md
sunshine-conversations-client-12.5.1 docs/ParticipantWithUserId.md
sunshine-conversations-client-12.4.0 docs/ParticipantWithUserId.md
sunshine-conversations-client-12.3.1 docs/ParticipantWithUserId.md
sunshine-conversations-client-12.3.0 docs/ParticipantWithUserId.md