postman-mcp-server

get_collection_roles

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