automation-cloud
latest
false
UiPath logo, featuring letters U and I in white

UiPath Automation Cloud API ガイド

最終更新日時 2026年3月20日

Get Bulk User Allocations from Group

Retrieves the list of users who have acquired licenses from a specific group. Requires an external application with the OrganizationAdmin or LicenseRead policy.

API エンドポイント

GET https://cloud.uipath.com/{organizationName}/lease_/api/account/{organizationId}/user-license/group/{groupId}/bulk-users

要求ヘッダー

--header 'Authorization: Bearer {access_token}'

パス パラメーター

パス パラメーターデータ型説明

organizationId

(必須)

GUIDテナントが存在する組織の ID。
groupId (必須) 文字列The group ID.

Query Parameters

All query parameters are optional and used for pagination.

パラメーター入力説明

skip

IntegerOffset in results list
topIntegerNumber of results to return. Maximum: 50.
sortBy文字列Field name for ordering. Use UpperCamelCase C# property names.
sortOrder文字列Sort direction. Accepted values: asc, desc.

応答

200 OK - returns the users who have acquired licenses from the specified group.
404 - organization or group does not exist.
{
  "results": [
    {
      "id": "string",
      "email": "string",
      "name": "string",
      "surname": "string",
      "displayName": "string",
      "lastInUse": "2026-01-01T00:00:00Z",
      "userBundleLicenses": ["string"],
      "orphan": false
    }
  ],
  "totalCount": 0
}{
  "results": [
    {
      "id": "string",
      "email": "string",
      "name": "string",
      "surname": "string",
      "displayName": "string",
      "lastInUse": "2026-01-01T00:00:00Z",
      "userBundleLicenses": ["string"],
      "orphan": false
    }
  ],
  "totalCount": 0
}

要求の例

curl --location --request GET 'https://cloud.uipath.com/my-org/lease_/api/account/1234/user-license/group/group-01/bulk-users' --header 'Authorization: Bearer {access_token}'curl --location --request GET 'https://cloud.uipath.com/my-org/lease_/api/account/1234/user-license/group/group-01/bulk-users' --header 'Authorization: Bearer {access_token}'

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得