--- title: CallHistoryParticipant --- ## PureCloud::CallHistoryParticipant ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The unique participant ID. | [optional] | | **name** | **String** | The display friendly name of the participant. | [optional] | | **address** | **String** | The participant address. | [optional] | | **start_time** | **DateTime** | The time when this participant first joined the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **end_time** | **DateTime** | The time when this participant went disconnected for this media (eg: video disconnected time). Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **purpose** | **String** | The participant's purpose. Values can be: 'agent', 'user', 'customer', 'external', 'acd', 'ivr | [optional] | | **direction** | **String** | The participant's direction. Values can be: 'inbound' or 'outbound' | [optional] | | **ani** | **String** | The call ANI. | [optional] | | **dnis** | **String** | The call DNIS. | [optional] | | **user** | [**User**](User.html) | The PureCloud user for this participant. | [optional] | | **queue** | [**Queue**](Queue.html) | The PureCloud queue for this participant. | [optional] | | **group** | [**Group**](Group.html) | The group involved in the group ring call. | [optional] | | **disconnect_type** | **String** | The reason the participant was disconnected from the conversation. | [optional] | | **external_contact** | [**ExternalContact**](ExternalContact.html) | The PureCloud external contact | [optional] | | **external_organization** | [**ExternalOrganization**](ExternalOrganization.html) | The PureCloud external organization | [optional] | | **did_interact** | **BOOLEAN** | Indicates whether the contact ever connected | [optional] | | **sip_response_codes** | **Array<Integer>** | Indicates SIP Response codes associated with the participant | [optional] | {: class="table table-striped"}