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": "1bb2bdf0-c999-4399-a06e-ed3bb465b02f",
"ReportID": "d4d02daf-9a5f-44fc-bb59-d2c2f8f37200",
"SecurityGroupUserID": "bf256778-fa21-4f26-b7fc-f97aabe5875a"
},
{
"$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.