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 パラメーター
| 名前 | / | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
app
|
path | True |
string |
目的の AppGroup 名。 |
|
host
|
path | True |
string |
目的の HostPool。 |
|
tenant
|
path | True |
string |
目的のテナント グループ名。 |
|
tenant
|
path | True |
string |
目的のテナント名。 |
応答
| 名前 | 型 | 説明 |
|---|---|---|
| 404 Not Found |
TenantNotFound、HostPoolNotFound、AppGroupNotFound |