mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #11435] feat: Create user API #16228
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ausangshukla on GitHub (Mar 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11435
Check Existing Issues
Problem Description
backend/open_webui/routers/users.py
The API support RUD, I also need a create end point. Is there a reason we cannot create a user using the api ?
Desired Solution you'd like
Additional REST endpoint to
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Mar 9, 2025):
You can.