{ "opencollection": "1.0.0", "info": { "name": "Shyft Customer Authentication > Email Customer > Users > admin_role API", "version": "1.0.0" }, "items": [ { "info": { "name": "Customer > Users > admin_role", "type": "folder" }, "items": [ { "info": { "name": "[users] get members of specific location", "type": "http" }, "http": { "method": "GET", "url": "http://{{host}}/api/customer/admin_role/locations/:location_id/users", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Session-Token", "value": "{{session_token}}" }, { "name": "Session-Uukey", "value": "{{session_uukey}}" }, { "name": "Authorization", "value": "Token token={{api_key_access_token}}" } ], "params": [ { "name": "location_id", "value": "", "type": "path" } ] }, "docs": "[users] get members of specific location" }, { "info": { "name": "[users] get speficic members of specific location by given ID", "type": "http" }, "http": { "method": "GET", "url": "http://{{host}}/api/customer/admin_role/locations/:location_id/users/:user_id", "headers": [ { "name": "Session-Uukey", "value": "{{session_uukey}}" }, { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "location_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "[users] get speficic members of specific location by given ID" } ] } ], "bundled": true }