postman-mcp-server

get_workspace_roles

Get roles for a specific workspace

Input Schema

NameRequiredDescriptionDefault
includeScimNoInclude SCIM info in response
workspaceIdYesThe workspace ID

Input Schema (JSON Schema)

{ "properties": { "includeScim": { "description": "Include SCIM info in response", "type": "boolean" }, "workspaceId": { "description": "The workspace ID", "type": "string" } }, "required": [ "workspaceId" ], "type": "object" }

You must be authenticated.

Other Tools