{ "$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." } } }