{ "opencollection": "1.0.0", "info": { "name": "AdminWeb Permissions API", "version": "1.0" }, "items": [ { "info": { "name": "Permissions", "type": "folder" }, "items": [ { "info": { "name": "POST /GetPermissions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/GetPermissions", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /LoadRolesForUser", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/LoadRolesForUser", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /SwitchOrganization", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/SwitchOrganization", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /GetPermissionsForUser", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/GetPermissionsForUser", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }