{ "opencollection": "1.0.0", "info": { "name": "Ordoro API Documentation Address User API", "version": "1.0" }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get a list of Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordoro.com/user/" }, "docs": "Get a list of Users" }, { "info": { "name": "Create a User", "type": "http" }, "http": { "method": "POST", "url": "https://api.ordoro.com/user/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a User" }, { "info": { "name": "Get Currently Authenticated User", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordoro.com/user/me/" }, "docs": "Get Currently Authenticated User" }, { "info": { "name": "Get User by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordoro.com/user/:user_id/", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "Get User by ID" }, { "info": { "name": "Update User by ID", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ordoro.com/user/:user_id/", "params": [ { "name": "user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update User by ID" } ] } ], "bundled": true }