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

Automation Cloud API guide

Last updated Dec 12, 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 Endpoint

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

Request Headers

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

Path Parameters

Path paramData typeDescription

accountId

(required)

GuidThe ID of the organization in which your tenant resides.

groupId

(required)

String

The ID of the group you want to allocate licenses to.

You can retrieve this ID by following these steps.

Responses

200 OK

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

404

Organization or group does not exist.

Example Request

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

Here's the response body for a successful license allocation:

{
  "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 Endpoint
  • Request Headers
  • Path Parameters
  • Responses
  • 200 OK
  • 404
  • Example Request

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2025 UiPath. All rights reserved.