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": "a6effe48-374a-4e79-a843-4fc1e64a774c",
"DocumentID": "7f9d2dda-ffba-426e-a863-fa4e35416a9b",
"SecurityGroupUserID": "b4d22b02-d24d-4c9e-b398-b5ea1856cbc7"
},
{
"$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.