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": "151fcf77-12d5-44f3-9849-959a846b3ace",
"ReportID": "eb329b7d-b30f-467a-b473-7ca951d4237f",
"SecurityGroupUserID": "3f72d745-727c-4ed8-b008-7bb5ce8882f0"
},
{
"$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.