PUT Application/PutReportSecurityGroupUsers
Request Information
URI Parameters
None.
Body Parameters
Collection of ReportSecurityGroupUser| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ReportID | globally unique identifier |
Required |
|
| SecurityGroupUserID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "2623f1be-3399-45e2-b4d7-b190c61fd24d",
"ReportID": "9fbcbc33-aeb6-4675-ab08-bfcefdd63070",
"SecurityGroupUserID": "619d7f42-c260-4e47-93dd-32475e8e33d6"
},
{
"$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.