JupyterHub · Capability
JupyterHub REST API — Groups
JupyterHub REST API — Groups. 6 operations. Lead operation: List groups. Self-contained Naftiko capability covering one Jupyter Hub business surface.
What You Can Do
GET
Listgroups
— List groups
/v1/groups
GET
Getgroup
— Get a group
/v1/groups/{name}
POST
Creategroup
— Create a group
/v1/groups/{name}
DELETE
Deletegroup
— Delete a group
/v1/groups/{name}
POST
Adduserstogroup
— Add users to a group
/v1/groups/{name}/users
DELETE
Removeusersfromgroup
— Remove users from a group
/v1/groups/{name}/users
MCP Tools
list-groups
List groups
read-only
idempotent
get-group
Get a group
read-only
idempotent
create-group
Create a group
delete-group
Delete a group
idempotent
add-users-group
Add users to a group
remove-users-group
Remove users from a group
idempotent