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": "3c227678-d84d-415d-adaf-97dda9928a95",
"ReportID": "e2667231-2270-4037-9dab-3c2cd53ecce9",
"SecurityGroupUserID": "d9f2fc47-d55f-4612-9695-ce75596451a7"
},
{
"$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.