{ "opencollection": "1.0.0", "info": { "name": "Escape Public Asm Users API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-ESCAPE-API-KEY", "value": "{{X-ESCAPE-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get current user context", "type": "http" }, "http": { "method": "GET", "url": "https://public.escape.tech/v3/me" }, "docs": "Get basic information about the authenticated user and current organization." }, { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://public.escape.tech/v3/users" }, "docs": "List users of the organization." }, { "info": { "name": "Invite users", "type": "http" }, "http": { "method": "POST", "url": "https://public.escape.tech/v3/users/invite", "body": { "type": "json", "data": "{}" } }, "docs": "Invite users to the organization, and give them roles." }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://public.escape.tech/v3/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The user ID" } ] }, "docs": "Get a user by ID." } ] } ], "bundled": true }