PUT 1.0/{InstanceId}/Groups/{GroupId}/Members
Updates the members assigned to a specific group
Request Information
URI Parameters
Name | Description | Type | Additional 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 CreateUpdateGroupMembersRequestName | Description | Type | Additional 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:
Response Information
Resource Description
Appropriate HTTP headers with no content are returned only