Sha256: e084653ac8f2edfa415baf20f04cbb3578ec011187c7d92d4d9f2d42a95800f6

Contents?: true

Size: 1.57 KB

Versions: 14

Compression:

Stored size: 1.57 KB

Contents

---
title: WebChatMemberInfo
---
## PureCloud::WebChatMemberInfo

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The communicationId of this member. | [optional] |
| **display_name** | **String** | The display name of the member. | [optional] |
| **first_name** | **String** | The first name of the member. | [optional] |
| **last_name** | **String** | The last name of the member. | [optional] |
| **email** | **String** | The email address of the member. | [optional] |
| **phone_number** | **String** | The phone number of the member. | [optional] |
| **avatar_image_url** | **String** | The url to the avatar image of the member. | [optional] |
| **role** | **String** | The role of the member, one of [agent, customer, acd, workflow] | |
| **join_date** | **DateTime** | The time the member joined the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **leave_date** | **DateTime** | The time the member left the conversation, or null if the member is still active in the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **authenticated_guest** | **BOOLEAN** | If true, the guest member is an authenticated guest. | [optional] |
| **custom_fields** | **Hash<String, String>** | Any custom fields of information pertaining to this member. | [optional] |
| **state** | **String** | The connection state of this member. | [optional] |
{: class="table table-striped"}


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
purecloudplatformclientv2-96.0.0 docs/WebChatMemberInfo.md
purecloudplatformclientv2-95.0.0 docs/WebChatMemberInfo.md
purecloudplatformclientv2-94.0.0 docs/WebChatMemberInfo.md
purecloudplatformclientv2-93.0.0 docs/WebChatMemberInfo.md
purecloudplatformclientv2-92.0.0 docs/WebChatMemberInfo.md
purecloudplatformclientv2-91.0.0 docs/WebChatMemberInfo.md
purecloudplatformclientv2-90.0.0 docs/WebChatMemberInfo.md
purecloudplatformclientv2-89.0.0 docs/WebChatMemberInfo.md
purecloudplatformclientv2-88.0.0 docs/WebChatMemberInfo.md
purecloudplatformclientv2-87.0.0 docs/WebChatMemberInfo.md
purecloudplatformclientv2-86.0.0 docs/WebChatMemberInfo.md
purecloudplatformclientv2-85.0.1 docs/WebChatMemberInfo.md
purecloudplatformclientv2-85.0.0 docs/WebChatMemberInfo.md
purecloudplatformclientv2-84.0.0 docs/WebChatMemberInfo.md