I have searched the existing issues and discussions.
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
enable creation of users
add / remove user to a group
Alternatives Considered
No response
Additional Context
No response
Originally created by @ausangshukla on GitHub (Mar 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11435
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### 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
1. enable creation of users
2. add / remove user to a group
### Alternatives Considered
_No response_
### Additional Context
_No response_
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.