{ "opencollection": "1.0.0", "info": { "name": "JupyterHub REST Activity Users API", "version": "5.2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "JupyterHub List users", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/hub/api/users", "params": [ { "name": "state", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns a list of all Hub users. Requires admin permissions or list:users scope." }, { "info": { "name": "JupyterHub Create users", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/hub/api/users" }, "docs": "Creates one or more users." }, { "info": { "name": "JupyterHub Get user", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/hub/api/users/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Returns the user object for the named user." }, { "info": { "name": "JupyterHub Create user", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/hub/api/users/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Creates the named user." }, { "info": { "name": "JupyterHub Update user", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/hub/api/users/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Updates the named user, for example to rename or grant admin status." }, { "info": { "name": "JupyterHub Delete user", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/hub/api/users/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Deletes the named user." } ] } ], "bundled": true }