Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Workato User Groups API

Identity provider user groups used to control access to MCP servers.

Workato User Groups API is one of 11 APIs that Workato publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include User Groups. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, an API reference, rate-limit docs, an AsyncAPI specification, and 2 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against 5 base URLs: https://www.workato.com, https://app.eu.workato.com, https://app.jp.workato.com, https://app.sg.workato.com, https://app.au.workato.com.

3 operations 3 paths 2 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Servers
https://www.workato.com
https://app.eu.workato.com
https://app.jp.workato.com
https://app.sg.workato.com
https://app.au.workato.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Workato User Groups API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — API client token obtained from the Workato platform. Include as Authorization: Bearer {token}.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

User Groups 3

Identity provider user groups used to control access to MCP servers.

POST
/api/mcp/mcp_servers/{handle}/assign_user_groups
Workato Assign User Groups to an MCP Server
assignUserGroupsToMcpServer 1 param body → 200401404
POST
/api/mcp/mcp_servers/{handle}/remove_user_groups
Workato Remove User Groups from an MCP Server
removeUserGroupsFromMcpServer 1 param body → 200401404
GET
/api/mcp/user_groups
Workato List User Groups
listMcpUserGroups 2 params → 200401

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are ErrorResponse (2 properties), UserGroup (2 properties). Each schema is shown below with its type and property counts.

UserGroup
object
An identity provider user group for access control.
2 properties
ErrorResponse
object
Standard error response.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workato-user-groups-api-openapi.yml Raw ↑

Other APIs Workato publishes across the network.

Workato Embedded Partner API
Workato Data Tables API
Workato Genies API
Workato Knowledge Bases API
Workato MCP Servers API
Workato Messages API
Workato Policies API
Workato Recipes API
Workato Skills API
Workato Tools API