Add or remove assigned users for a delivery group. Only users added as assigned users can access cloud applications.
Operation description
After changing the assigned users, the selected users will receive corresponding notification emails. Generally, it takes about 2 minutes for the changes to take effect on the client.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:AuthorizeInstanceGroup |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppInstanceGroupId |
string |
Yes |
The delivery group ID. You can call the ListAppInstanceGroup operation to obtain the value. |
aig-9ciijz60n4xsv**** |
| ProductType |
string |
Yes |
The product type. Valid values:
|
CloudApp |
| AuthorizeUserIds |
array |
No |
The list of usernames to be authorized for the delivery group. You can specify 1 to 100 usernames. |
|
|
string |
No |
The username to be authorized for the delivery group. You can call the DescribeUsers operation to obtain the value. |
alice |
|
| UnAuthorizeUserIds |
array |
No |
The list of usernames to be deauthorized from the delivery group. You can specify 1 to 100 usernames. |
|
|
string |
No |
The username to be deauthorized from the delivery group. You can call the DescribeUsers operation to obtain the value. |
tom |
|
| UserMeta |
object |
No |
The user information. |
|
| Type |
string |
No |
The user type. Valid values:
|
simple |
| AdDomain |
string |
No |
The AD domain name. |
example.com |
| AppInstancePersistentId |
string |
No |
The persistent session ID. |
p-0cc7s3mw2fg4j**** |
| AvatarId |
string |
No |
The user avatar ID. Note
This parameter is not available for public use. |
default |
| AuthorizeUserGroupIds |
array |
No |
The list of user group IDs to be authorized. |
|
|
string |
No |
The user group ID to be authorized. |
ug-00001 |
|
| UnAuthorizeUserGroupIds |
array |
No |
The list of user group IDs to be deauthorized. |
|
|
string |
No |
The user group ID to be deauthorized. |
ug-00002 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.