POST v3/conversation/{id}/addmember?memberId={memberId}
add member to current conversation
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| memberId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"memberId": "sample string 1",
"memberName": "sample string 2",
"memberIcon": {
"memberName": "sample string 1",
"memberLogo": "sample string 2",
"isUseAvatar": true,
"avatarBackgroundColor": "sample string 4",
"avatarName": "sample string 5"
},
"memberType": 3
}
application/xml, text/xml
Sample:
<ConversationParticipantBasicVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Conversation">
<MemberIcon xmlns:d2p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">
<d2p1:AvatarBackgroundColor>sample string 4</d2p1:AvatarBackgroundColor>
<d2p1:AvatarName>sample string 5</d2p1:AvatarName>
<d2p1:IsUseAvatar>true</d2p1:IsUseAvatar>
<d2p1:MemberLogo>sample string 2</d2p1:MemberLogo>
<d2p1:MemberName>sample string 1</d2p1:MemberName>
</MemberIcon>
<MemberId>sample string 1</MemberId>
<MemberName>sample string 2</MemberName>
<MemberType>3</MemberType>
</ConversationParticipantBasicVO>
multipart/form-data
Sample:
Sample not available.