ChannelServiceController.GetConversationMemberAsync(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetConversationMember.
[Microsoft.AspNetCore.Mvc.HttpGet("v3/conversations/{conversationId}/members/{userId}")]
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> GetConversationMemberAsync (string userId, string conversationId);
[<Microsoft.AspNetCore.Mvc.HttpGet("v3/conversations/{conversationId}/members/{userId}")>]
abstract member GetConversationMemberAsync : string * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
override this.GetConversationMemberAsync : string * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
Public Overridable Function GetConversationMemberAsync (userId As String, conversationId As String) As Task(Of IActionResult)
Parameters
- userId
- String
User ID.
- conversationId
- String
Conversation ID.
Returns
The ChannelAccount of the conversation member.
- Attributes