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": "721e8018-513e-4fd0-bc15-011190b43361",
"DocumentID": "d70283fd-a817-40ce-84ec-b9fc6918e471",
"SecurityGroupUserID": "4d5bf4ef-024c-40b3-b8fb-0c9abbf6b094"
},
{
"$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.