PUT Mobility/PutDocumentSecurityGroupUsers
Request Information
URI Parameters
None.
Body Parameters
Collection of DocumentSecurityGroupUser| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DocumentID | globally unique identifier |
Required |
|
| SecurityGroupUserID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "a0e285b4-d504-421a-b7a8-87050d6ad85f",
"DocumentID": "7e534548-f859-414a-b05a-aece6688ebd7",
"SecurityGroupUserID": "cd6799ca-26af-4efb-97b0-8819497dc6b7"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.