{ "opencollection": "1.0.0", "info": { "name": "LISNR Portal API (observed) Accounts Users API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users on the account", "type": "http" }, "http": { "method": "GET", "url": "https://api.lisnr.com/v2/users/", "params": [ { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List users on the account" }, { "info": { "name": "Create a user on the account", "type": "http" }, "http": { "method": "POST", "url": "https://api.lisnr.com/v2/users/", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a user on the account" }, { "info": { "name": "Get the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.lisnr.com/v2/users/me", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the authenticated user" }, { "info": { "name": "Get a user by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.lisnr.com/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a user by id" }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lisnr.com/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Used by the portal to toggle a user's enabled state and to set a password." } ] } ], "bundled": true }