UiPath · JSON Structure

Platform Management Update Group License Allocation Request Structure

Request payload for updating license allocation for a group

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

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

Properties

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-update-group-license-allocation-request-structure.json",
  "name": "UpdateGroupLicenseAllocationRequest",
  "description": "Request payload for updating license allocation for a group",
  "type": "object",
  "properties": {
    "userLicenses": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LicenseAllocationEntry"
      },
      "example": []
    }
  }
}