Skip to main content
Glama

postman-mcp-server

by delano

update_collection_roles

Modify user, group, or team roles for a Postman collection. Assign VIEWER or EDITOR permissions by specifying IDs, roles, and operations. Requires EDITOR role access.

Instructions

Update collection roles (requires EDITOR role)

Input Schema

NameRequiredDescriptionDefault
collectionIdYesThe collection ID
operationsYes

Input Schema (JSON Schema)

{ "properties": { "collectionId": { "description": "The collection ID", "type": "string" }, "operations": { "items": { "properties": { "op": { "description": "Operation type", "enum": [ "update" ], "type": "string" }, "path": { "description": "Resource path", "enum": [ "/user", "/group", "/team" ], "type": "string" }, "value": { "items": { "properties": { "id": { "description": "User/group/team ID", "type": "number" }, "role": { "description": "Role to assign", "enum": [ "VIEWER", "EDITOR" ], "type": "string" } }, "required": [ "id", "role" ], "type": "object" }, "type": "array" } }, "required": [ "op", "path", "value" ], "type": "object" }, "type": "array" } }, "required": [ "collectionId", "operations" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/delano/postman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server