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": "267ef6c2-222f-42c0-8712-c8ffc1158958",
"DocumentID": "19d04b1d-6aba-40df-982c-de8a772b564e",
"SecurityGroupUserID": "9690976a-53dc-43a7-ac41-3112f2b82506"
},
{
"$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.