{ "opencollection": "1.0.0", "info": { "name": "Axiom Annotations Users API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get the current user (v1)", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v1/user" }, "docs": "Retrieve the user associated with the authenticating token." }, { "info": { "name": "Get the current user", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/user" }, "docs": "Retrieve the user associated with the authenticating token." }, { "info": { "name": "List organization members", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/users" }, "docs": "List the members of the organization." }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Get a user" }, { "info": { "name": "Remove a member from the organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.axiom.co/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Remove a member from the organization" } ] } ], "bundled": true }