{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Allowlist & Blocklist Organization Memberships API", "version": "2026-05-12" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization Memberships", "type": "folder" }, "items": [ { "info": { "name": "List organization memberships", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/organizations/:organization_id/memberships", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID or slug of the organization." } ] }, "docs": "List organization memberships" }, { "info": { "name": "Create an organization membership", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/organizations/:organization_id/memberships", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID or slug of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an organization membership" }, { "info": { "name": "Update an organization membership role", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.clerk.com/v1/organizations/:organization_id/memberships/:user_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "user_id", "value": "", "type": "path", "description": "The ID of the user." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an organization membership role" }, { "info": { "name": "Remove a member from an organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.clerk.com/v1/organizations/:organization_id/memberships/:user_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "user_id", "value": "", "type": "path", "description": "The ID of the user." } ] }, "docs": "Remove a member from an organization" } ] } ], "bundled": true }