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

Automation Cloud-API-Handbuch

Letzte Aktualisierung 12. Dez. 2025

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-Endpunkt

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

Anforderungsheader

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

Pfadparameter

PfadparameterDatentypBeschreibung

accountId

(erforderlich)

GUIDDie ID der Organisation, in der sich Ihr Mandant befindet.

groupId

(erforderlich)

String

Die ID der Gruppe, der Sie Lizenzen zuweisen möchten.

Sie können diese ID abrufen, indem Sie die folgenden Schritte ausführen.

Antworten

200 OK

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

404

Organization or group does not exist.

Beispielanforderung

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}'

Hier ist der Antworttext für eine erfolgreiche Lizenzzuweisung:

{
  "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-Endpunkt
  • Anforderungsheader
  • Pfadparameter
  • Antworten
  • 200 OK
  • 404
  • Beispielanforderung

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
Uipath Logo
Vertrauen und Sicherheit
© 2005–2025 UiPath. Alle Rechte vorbehalten