All Products
Search
Document Center

App Streaming:ListBindInfo

Last Updated:Dec 17, 2025

Queries the bindings between users and resources.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
appstreaming:ListBindInfolist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
UserIdListarrayNo

The user IDs. You can specify 1 to 100 IDs.

Note If you specify this parameter, only the bindings of the specified users are returned.
stringNo

The user ID.

Alice
WyIdListarrayNo

The IDs of the Alibaba Cloud Workspace users. You can specify 1 to 100 IDs.

Note If you specify this parameter, only the bindings of the specified Alibaba Cloud Workspace users are returned.
stringNo

The ID of the Alibaba Cloud Workspace user.

2ca6f5a93536****
AppInstanceGroupIdListarrayNo

The IDs of the delivery groups. You can specify 1 to 100 IDs.

Note If you specify this parameter, only the bindings of the specified delivery groups are returned.
stringNo

The ID of the delivery group.

aig-4xz0oy8x4ipyv****
AppInstanceIdListarrayNo

The IDs of app instances. You can specify 1 to 100 IDs.

Note If you specify this parameter, only the bindings of the specified app instances are returned.
stringNo

The ID of the app instance.

ai-azn3kmwruh1vl****
AppIdListarrayNo

The app IDs. You can specify 1 to 100 IDs.

Note If you specify this parameter, only the bindings of the specified apps are returned.
stringNo

The app ID.

ca-fq738or6vd854****
PageSizeintegerNo

The number of entries per page. The value cannot be greater than 100. Default value: 20. We recommend that you specify this parameter.

10
PageNumberintegerNo

The page number. Default value: 1. We recommend that you specify this parameter.

1

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

AD2D0761-1FE5-549D-B169-D3F8D19C****
TotalCountinteger

The total number of entries returned.

15
PageSizeinteger

The number of entries per page.

10
PageNumberinteger

The page number.

1
BindInfoModelsarray<object>

The bindings.

dataobject

The binding.

AppIdstring

The app ID.

ca-fq738or6vd854****
AppVersionstring

The app version.

1.0
RegionIdstring

The region ID.

cn-shanghai
UserIdstring

The user ID.

Alice
WyIdstring

The ID of the Alibaba Cloud Workspace user.

2ca6f5a93536****
AccountTypestring

The account type.

Valid values:

  • ad: Active Directory (AD) account
  • simple: convenience account
simple
AppInstanceGroupIdstring

The ID of the delivery group.

aig-0abxhr6ce35w8****
AppInstanceIdstring

The ID of the app instance.

ai-83oe276fre4l3****
ProductTypestring

The product type.

Valid values:

  • CloudApp: App Streaming
  • CloudBrowser: Cloud-based Browser
  • AndroidCloud: Cloud Phone
CloudApp

Examples

Sample success responses

JSONformat

{
  "RequestId": "AD2D0761-1FE5-549D-B169-D3F8D19C****",
  "TotalCount": 15,
  "PageSize": 10,
  "PageNumber": 1,
  "BindInfoModels": [
    {
      "AppId": "ca-fq738or6vd854****",
      "AppVersion": 1,
      "RegionId": "cn-shanghai",
      "UserId": "Alice",
      "WyId": "2ca6f5a93536****",
      "AccountType": "simple",
      "AppInstanceGroupId": "aig-0abxhr6ce35w8****",
      "AppInstanceId": "ai-83oe276fre4l3****",
      "ProductType": "CloudApp"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.