{ "opencollection": "1.0.0", "info": { "name": "Dialpad Calls Users API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List company users", "type": "http" }, "http": { "method": "GET", "url": "https://dialpad.com/api/v2/users" }, "docs": "List company users" }, { "info": { "name": "Create user", "type": "http" }, "http": { "method": "POST", "url": "https://dialpad.com/api/v2/users" }, "docs": "Create user" }, { "info": { "name": "Get user", "type": "http" }, "http": { "method": "GET", "url": "https://dialpad.com/api/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get user" }, { "info": { "name": "Update user", "type": "http" }, "http": { "method": "PATCH", "url": "https://dialpad.com/api/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update user" }, { "info": { "name": "Delete user", "type": "http" }, "http": { "method": "DELETE", "url": "https://dialpad.com/api/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete user" }, { "info": { "name": "Initiate call on behalf of user", "type": "http" }, "http": { "method": "POST", "url": "https://dialpad.com/api/v2/users/:id/call", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Initiate call on behalf of user" } ] } ], "bundled": true }