PUT Channels/ChannelsApi/UpdateMemberReadOnlyStatus
Request Information
URI Parameters
None.
Body Parameters
ChannelMemberUpsertInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ChannelId | globally unique identifier |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| IsReadOnly | boolean |
None. |
|
| IsArchiveMember | boolean |
None. |
|
| IsNewMember | boolean |
None. |
|
| IsInactiveMembersActive | boolean |
None. |
|
| ChannelMembersXml | string |
None. |
|
| IsLeft | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChannelId": "f28293c3-2b3b-4e61-b45a-6d6a287459dd",
"MemberId": "6e35c703-3d66-4108-bdae-afe214de120f",
"IsReadOnly": true,
"IsArchiveMember": true,
"IsNewMember": true,
"IsInactiveMembersActive": true,
"ChannelMembersXml": "sample string 7",
"IsLeft": true
}
application/xml, text/xml
Sample:
<ChannelMemberUpsertInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Communicator.Models.Channels"> <ChannelId>f28293c3-2b3b-4e61-b45a-6d6a287459dd</ChannelId> <ChannelMembersXml>sample string 7</ChannelMembersXml> <IsArchiveMember>true</IsArchiveMember> <IsInactiveMembersActive>true</IsInactiveMembersActive> <IsLeft>true</IsLeft> <IsNewMember>true</IsNewMember> <IsReadOnly>true</IsReadOnly> <MemberId>6e35c703-3d66-4108-bdae-afe214de120f</MemberId> </ChannelMemberUpsertInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommunicatorJsonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommunicatorJsonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.