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": "1e0945a7-205d-4f4c-ad0b-fd922db3c2d5",
"DocumentID": "eb2cfffa-c91a-469d-a38c-00192cecf341",
"SecurityGroupUserID": "63b6ed83-696f-42af-b1ea-54a098fed962"
},
{
"$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.