automation-cloud
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

UiPath Automation Cloud API ガイド

最終更新日時 2025年12月12日

Get Group License Allocation with Quota

Retrieves the current license allocation and quota configuration for a group. Requires an external application with the scope PM.License.Read.

API エンドポイント

GET <https://https://cloud.uipath.com/{organizationName}/lease_/api/account/{accountId}/user-license/group/{groupId}/with-quota>

要求ヘッダー

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

パス パラメーター

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

accountId

(必須)

GUIDテナントが存在する組織の ID。

groupId

(必須)

文字列

ライセンスを割り当てるグループの ID です。

この ID は、 次の手順に従って取得できます。

応答

200 OK

Returns the allocated group licenses with configured quotas and current usage.

404

Organization or group does not exist.

要求の例

The request should resemble the following example (cURL):

curl --location --request GET 'https://https://cloud.uipath.com/{organizationName}/lease_/api/account/1234/user-license/group/group-01/with-quota' \
--header 'Authorization: Bearer {access_token}'curl --location --request GET 'https://https://cloud.uipath.com/{organizationName}/lease_/api/account/1234/user-license/group/group-01/with-quota' \
--header 'Authorization: Bearer {access_token}'

ライセンス割り当てに成功した場合の応答本文は次のとおりです。

{
  "groupRule": {
    "groupId": "group-01",
    "organizationId": "1234",
    "userBundleCodes": ["RPADEVPRONU", "IDU"]
  },
  "quotas": [
    {
      "userBundleCode": "RPADEVPRONU",
      "limit": 10,
      "currentUsage": 3
    }
  ]
}{
  "groupRule": {
    "groupId": "group-01",
    "organizationId": "1234",
    "userBundleCodes": ["RPADEVPRONU", "IDU"]
  },
  "quotas": [
    {
      "userBundleCode": "RPADEVPRONU",
      "limit": 10,
      "currentUsage": 3
    }
  ]
}
  • API エンドポイント
  • 要求ヘッダー
  • パス パラメーター
  • 応答
  • 200 OK
  • 404
  • 要求の例

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

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo
信頼とセキュリティ
© 2005-2025 UiPath. All rights reserved.