{ "opencollection": "1.0.0", "info": { "name": "Zitadel Management Applications Roles API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "Zitadel Create Project Role", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.zitadel.cloud/management/v1/projects/:projectId/roles", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new role within a project for access control." }, { "info": { "name": "Zitadel List Project Roles", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.zitadel.cloud/management/v1/projects/:projectId/roles/_search", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the project" } ] }, "docs": "List all roles defined in a project." } ] } ], "bundled": true }