POST Application/PostReportSecurityGroupUsers
Request Information
URI Parameters
None.
Body Parameters
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": "140c93d0-1280-4c3b-ac2a-164f09b1ba91",
"ReportID": "c3193ab4-a783-4416-982c-25d1fb80b50e",
"SecurityGroupUserID": "f7d99d91-75ca-4eb2-b699-833d15b36689"
}
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.