PUT Channels/ChannelsApi/UpdateMemberReadOnlyStatus
Request Information
URI Parameters
None.
Body Parameters
ChannelMemberUpsertInputModelName | 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. |
Request Formats
application/json, text/json
Sample:
{ "ChannelId": "072174c7-a79f-4929-a984-e3b91fe3b2cf", "MemberId": "2314f318-89f9-44a5-b206-f2e7b644fcf4", "IsReadOnly": true, "IsArchiveMember": true, "IsNewMember": true, "IsInactiveMembersActive": true, "ChannelMembersXml": "sample string 7" }
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>072174c7-a79f-4929-a984-e3b91fe3b2cf</ChannelId> <ChannelMembersXml>sample string 7</ChannelMembersXml> <IsArchiveMember>true</IsArchiveMember> <IsInactiveMembersActive>true</IsInactiveMembersActive> <IsNewMember>true</IsNewMember> <IsReadOnly>true</IsReadOnly> <MemberId>2314f318-89f9-44a5-b206-f2e7b644fcf4</MemberId> </ChannelMemberUpsertInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommunicatorJsonResultName | 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.