Queries the list of user groups authorized by a specified delivery group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:ListAuthorizedUserGroups |
get |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProductType |
string |
Yes |
The product type. Valid values:
|
CloudApp |
| PageSize |
integer |
Yes |
The maximum number of entries per page. |
10 |
| PageNumber |
integer |
Yes |
The page number, starting from 1. |
1 |
| AppInstanceGroupId |
string |
Yes |
The delivery group ID. |
aig-9ciijz60n4xsv**** |
| GroupId |
string |
No |
The user group ID. This parameter is used for exact match. |
ug-00001 |
| GroupName |
string |
No |
The user group name. This parameter is used for fuzzy match. |
用户组001 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| TotalCount |
integer |
The total number of entries. |
6 |
| PageSize |
integer |
The maximum number of entries per page. |
10 |
| PageNumber |
integer |
The page number. |
1 |
| UserGroups |
array<object> |
The list of user group information. |
|
|
object |
The user group information. |
||
| GroupName |
string |
The user group name. |
用户组001 |
| AppInstanceGroupId |
string |
The delivery group ID. |
aig-9ciijz60n4xsv**** |
| AuthMode |
string |
The authorization mode. Valid values:
|
App |
| GroupId |
string |
The user group ID. |
ug-00001 |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"TotalCount": 6,
"PageSize": 10,
"PageNumber": 1,
"UserGroups": [
{
"GroupName": "用户组001",
"AppInstanceGroupId": "aig-9ciijz60n4xsv****",
"AuthMode": "App",
"GroupId": "ug-00001"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.