{ "opencollection": "1.0.0", "info": { "name": "Zenduty Account Custom Role Account Member API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account Member", "type": "folder" }, "items": [ { "info": { "name": "Invite User", "type": "http" }, "http": { "method": "POST", "url": "https://www.zenduty.com/api/account/api_invite/", "body": { "type": "json", "data": "{}" } }, "docs": "Returns an Account Member object." }, { "info": { "name": "List all Account Member objects", "type": "http" }, "http": { "method": "GET", "url": "https://www.zenduty.com/api/account/members/" }, "docs": "Returns a list of Account Member objects. The Account Member objects are sorted by joining_date, with the most recent Account Member object appearing last." }, { "info": { "name": "Retrieve the Account Member object", "type": "http" }, "http": { "method": "GET", "url": "https://www.zenduty.com/api/account/members/:username/", "params": [ { "name": "username", "value": "", "type": "path" } ] }, "docs": "Retrieve the specified Account Member object." }, { "info": { "name": "Update the Account Member object", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zenduty.com/api/account/members/:username/", "params": [ { "name": "username", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified Account Member object by setting the values of the parameters passed in the request body. Any parameters not provided will be left unchanged." }, { "info": { "name": "Delete User", "type": "http" }, "http": { "method": "POST", "url": "https://www.zenduty.com/api/account/deleteuser/", "body": { "type": "json", "data": "{}" } }, "docs": "Delete the specified Account Member object" } ] } ], "bundled": true }