Workato · JSON Structure

Workato Agent Studio User Group Structure

An identity provider user group for access control.

Type: object Properties: 2
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflow

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

Properties

id name

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/workato/refs/heads/main/json-structure/workato-agent-studio-user-group-structure.json",
  "name": "UserGroup",
  "description": "An identity provider user group for access control.",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "Unique identifier of the user group."
    },
    "name": {
      "type": "string",
      "description": "Display name of the user group."
    }
  }
}