{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies Members API", "version": "v1" }, "items": [ { "info": { "name": "Members", "type": "folder" }, "items": [ { "info": { "name": "List all members in the account", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/admin/members", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query", "description": "The name/id of the user in the following format - {\"name\":\"Labuser Biodata\"} / {\"id\":11}" } ] }, "docs": "List all members in the account" } ] } ], "bundled": true }