mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-05 16:28:32 -05:00
[GH-ISSUE #18238] feat: Allow user groups to add multiple users at once #138269
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 @ShirasawaSama on GitHub (Oct 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18238
Check Existing Issues
Problem Description
Currently, adding users to a group requires searching for and adding them one by one. When needing to copy a user list from another source for addition, this process becomes highly inefficient.
Desired Solution you'd like
Allow direct copying of user lists for verification and addition to user groups. Use commas (,), semicolons (;), and line breaks to separate entries.
Alternatives Considered
No response
Additional Context
No response
@ltechconsultancy commented on GitHub (Oct 20, 2025):
Are you using SSO? If so then its possible.
@Classic298 commented on GitHub (Oct 20, 2025):
Duplicate of: https://github.com/open-webui/open-webui/discussions/16793