All Products
Search
Document Center

App Streaming:ListBindInfo

Last Updated:Jun 17, 2026

Queries the binding information between users and resources.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

appstreaming:ListBindInfo

list

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

UserIdList

array

No

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

Note

If you specify this parameter, only the binding information of the specified users is returned.

string

No

The user ID.

Alice

WyIdList

array

No

The list of WUYING user IDs. You can specify 1 to 100 IDs.

Note

If you specify this parameter, only the binding information of the specified WUYING users is returned.

string

No

The WUYING user ID.

2ca6f5a93536****

AppInstanceGroupIdList

array

No

The list of delivery group IDs. You can specify 1 to 100 IDs.

Note

If you specify this parameter, only the binding information of the specified delivery groups is returned.

string

No

The delivery group ID.

aig-4xz0oy8x4ipyv****

AppInstanceIdList

array

No

The list of application instance IDs. You can specify 1 to 100 IDs.

Note

If you specify this parameter, only the binding information of the specified application instances is returned.

string

No

The application instance ID.

ai-azn3kmwruh1vl****

AppIdList

array

No

The list of application IDs. You can specify 1 to 100 IDs.

Note

If you specify this parameter, only the binding information of the specified applications is returned.

string

No

The application ID.

ca-fq738or6vd854****

PageSize

integer

No

The number of query results per page. Maximum value: 100. Default value: 20. Specify this parameter.

10

PageNumber

integer

No

The page number of the query results to display. Default value: 1. Specify this parameter.

1

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

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

TotalCount

integer

The total number of query results.

15

PageSize

integer

The number of query results per page.

10

PageNumber

integer

The page number of the query results currently displayed.

1

BindInfoModels

array<object>

The list of binding information returned.

object

The binding information.

AppId

string

The application ID.

ca-fq738or6vd854****

AppVersion

string

The application version number.

1.0

RegionId

string

The region ID.

cn-shanghai

UserId

string

The user ID.

Alice

WyId

string

The WUYING user ID.

2ca6f5a93536****

AccountType

string

The account type.

Valid values:

  • ad :

    AD domain account.

  • simple :

    convenience account.

simple

AppInstanceGroupId

string

The delivery group ID.

aig-0abxhr6ce35w8****

AppInstanceId

string

The application instance ID.

ai-83oe276fre4l3****

ProductType

string

The product type.

Valid values:

  • CloudApp :

    cloud application.

  • CloudBrowser :

    cloud browser.

  • AndroidCloud :

    cloud phone.

CloudApp

Examples

Success response

JSON format

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

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.