PUT 1.0/{InstanceId}/Groups/{GroupId}/Members

Updates the members assigned to a specific group

Request Information

URI Parameters

API Parameter Details
NameDescriptionTypeAdditional information
InstanceId

The instance ID relating to a specific ADM database

string

Required

GroupId

The ID of the document group to be updated

integer

Required

Body Parameters

Contains details of the members assigned to the group to be edited

Collection of CreateUpdateGroupMembersRequest
API Parameter Details
NameDescriptionTypeAdditional information
Id

The Id of the Member

integer

Required

Type

The Type of member record

MemberType

Required

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Type": "User"
  },
  {
    "Id": 1,
    "Type": "User"
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

Appropriate HTTP headers with no content are returned only