JupyterHub · Capability
JupyterHub REST API — Users
JupyterHub REST API — Users. 6 operations. Lead operation: JupyterHub List users. Self-contained Naftiko capability covering one Jupyterhub business surface.
What You Can Do
GET
Listusers
— JupyterHub List users
/v1/users
POST
Createusers
— JupyterHub Create users
/v1/users
GET
Getuser
— JupyterHub Get user
/v1/users/{name}
POST
Createuser
— JupyterHub Create user
/v1/users/{name}
PATCH
Updateuser
— JupyterHub Update user
/v1/users/{name}
DELETE
Deleteuser
— JupyterHub Delete user
/v1/users/{name}
MCP Tools
jupyterhub-list-users
JupyterHub List users
read-only
idempotent
jupyterhub-create-users
JupyterHub Create users
jupyterhub-get-user
JupyterHub Get user
read-only
idempotent
jupyterhub-create-user
JupyterHub Create user
jupyterhub-update-user
JupyterHub Update user
idempotent
jupyterhub-delete-user
JupyterHub Delete user
idempotent