github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ParticipantConversationsApi.md (about) 1 # ParticipantConversationsApi 2 3 All URIs are relative to *https://conversations.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**ListParticipantConversation**](ParticipantConversationsApi.md#ListParticipantConversation) | **Get** /v1/ParticipantConversations | 8 9 10 11 ## ListParticipantConversation 12 13 > []ConversationsV1ParticipantConversation ListParticipantConversation(ctx, optional) 14 15 16 17 Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. 18 19 ### Path Parameters 20 21 This endpoint does not need any path parameter. 22 23 ### Other Parameters 24 25 Other parameters are passed through a pointer to a ListParticipantConversationParams struct 26 27 28 Name | Type | Description 29 ------------- | ------------- | ------------- 30 **Identity** | **string** | A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. 31 **Address** | **string** | A unique string identifier for the conversation participant who's not a Conversation User. This parameter could be found in messaging_binding.address field of Participant resource. It should be url-encoded. 32 **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. 33 **Limit** | **int** | Max number of records to return. 34 35 ### Return type 36 37 [**[]ConversationsV1ParticipantConversation**](ConversationsV1ParticipantConversation.md) 38 39 ### Authorization 40 41 [accountSid_authToken](../README.md#accountSid_authToken) 42 43 ### HTTP request headers 44 45 - **Content-Type**: Not defined 46 - **Accept**: application/json 47 48 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 49 [[Back to Model list]](../README.md#documentation-for-models) 50 [[Back to README]](../README.md) 51