UiPath Documentation
automation-cloud
latest
false

UiPath Automation Cloud API ガイド

グループからユーザーの一括割り当てを取得

特定のグループからライセンスを取得したユーザーのリストを取得します。OrganizationAdmin ポリシーまたは LicenseRead ポリシーが設定された外部アプリケーションが必要です。

API エンドポイント

GET {accessURL}/{organizationName}/lease_/api/account/{organizationId}/user-license/group/{groupId}/bulk-users

すべてのエンドポイント パスの {accessURL} は、ご使用のクラウド プラットフォームのベース URL に置き換えてください。

Cloud Platformアクセス URL
Automation Cloudhttps://cloud.uipath.com/
Automation Cloud (公共部門向け)https://govcloud.uipath.us/
Automation Cloud (専有型)https://{customURL}.dedicated.uipath.com/

要求ヘッダー

--header 'Authorization: Bearer {access_token}'
--header 'Authorization: Bearer {access_token}'

パス パラメーター

パス パラメーターデータ型説明
organizationId (必須)GUIDテナントが存在する組織の ID。
groupId (必須)文字列グループ ID です。

Query Parameters

すべてのクエリ パラメーターは任意であり、ページネーションに使用されます。

パラメーター入力説明
skipInteger結果リストのオフセットです。
topInteger返される結果の数です。最大値は 50 です。
sortBy文字列並べ替えに使用するフィールド名です。大文字のキャメルケース (UpperCamelCase) の C# のプロパティ名を使用します。
sortOrder文字列方向を設定します。許容値は asc, desc です。

応答

200 OK - すべてのグループのライセンス ルールとクォータの設定を返します。404 - 組織が存在しません。

[
  {
  "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 フォーラム

最新情報を取得