App Group - Get User List

指定された Rds コンテキストに関連付けられた TenantGroup、Tenant、HostPool、および AppGroup 内の AppGroup からユーザーのリストを取得します。

        Query parameters:

            PageSize - number of items you wish to retrieve.  This is capped at 50.

            LastEntry - is equal to the last sortfield value from the previous page.

            SortField - UserPrincipalName.

            IsDescending - Default is ascending.
GET https://rdbroker.wvd.microsoft.com/RdsManagement/V1/TenantGroups/{tenantGroupName}/Tenants/{tenantName}/HostPools/{hostPoolName}AppGroups/{appGroupName}/AssignedUsers

URI パラメーター

名前 / 必須 説明
appGroupName
path True

string

目的の AppGroup 名。

hostPoolName
path True

string

目的の HostPool。

tenantGroupName
path True

string

目的のテナント グループ名。

tenantName
path True

string

目的のテナント名。

応答

名前 説明
404 Not Found

TenantNotFound、HostPoolNotFound、AppGroupNotFound