postman-mcp-server

get_collection_roles

Retrieve user roles associated with a specific Postman collection using the collection ID to manage access and permissions effectively.

Instructions

Get roles for a collection

Input Schema

NameRequiredDescriptionDefault
collectionIdYesThe collection ID

Input Schema (JSON Schema)

{ "properties": { "collectionId": { "description": "The collection ID", "type": "string" } }, "required": [ "collectionId" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd