UiPath · JSON Structure

Platform Management Group License Allocation Structure

License allocation rule for a user group

Type: object Properties: 2
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

GroupLicenseAllocation is a JSON Structure definition published by UiPath, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

groupId userLicenses

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-structure/platform-management-group-license-allocation-structure.json",
  "name": "GroupLicenseAllocation",
  "description": "License allocation rule for a user group",
  "type": "object",
  "properties": {
    "groupId": {
      "type": "string",
      "description": "Unique identifier of the group this allocation applies to",
      "example": "abc123"
    },
    "userLicenses": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LicenseAllocationEntry"
      },
      "example": []
    }
  }
}