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": "2d0af1cd-c0e4-4f4a-b57c-b66ef6193663",
"ReportID": "54453332-402f-4b0c-9628-40a875503998",
"SecurityGroupUserID": "762efe22-b558-41ac-be40-fef5b5b50e00"
},
{
"$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.