Workato · Schema

UserGroup

An identity provider user group for access control.

AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflow

Properties

Name Type Description
id integer Unique identifier of the user group.
name string Display name of the user group.
View JSON Schema on GitHub

JSON Schema

workato-mcp-server-user-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workato/refs/heads/main/json-schema/workato-mcp-server-user-group-schema.json",
  "title": "UserGroup",
  "description": "An identity provider user group for access control.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique identifier of the user group."
    },
    "name": {
      "type": "string",
      "description": "Display name of the user group."
    }
  }
}