[GH-ISSUE #11435] feat: Create user API #16228

Closed
opened 2026-04-19 22:13:31 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @ausangshukla on GitHub (Mar 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11435

Check Existing Issues

  • 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

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_
Author
Owner

@tjbck commented on GitHub (Mar 9, 2025):

You can.

<!-- gh-comment-id:2708785512 --> @tjbck commented on GitHub (Mar 9, 2025): You can.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#16228