PUT Channels/ChannelsApi/UpdateMemberReadOnlyStatus

Request Information

URI Parameters

None.

Body Parameters

ChannelMemberUpsertInputModel
NameDescriptionTypeAdditional 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": "2d88baf2-04bd-44c1-b18b-a804ee17c233",
  "MemberId": "994774f1-d678-4129-b33c-e93b21ee0474",
  "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>2d88baf2-04bd-44c1-b18b-a804ee17c233</ChannelId>
  <ChannelMembersXml>sample string 7</ChannelMembersXml>
  <IsArchiveMember>true</IsArchiveMember>
  <IsInactiveMembersActive>true</IsInactiveMembersActive>
  <IsNewMember>true</IsNewMember>
  <IsReadOnly>true</IsReadOnly>
  <MemberId>994774f1-d678-4129-b33c-e93b21ee0474</MemberId>
</ChannelMemberUpsertInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfCommunicatorJsonResult
NameDescriptionTypeAdditional information
Content

CommunicatorJsonResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.