mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #16870] issue: group user add endpoint not working #56744
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 @mobilestack on GitHub (Aug 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16870
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.25
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
group user add endpoint not working
https://{base_url}/api/v1/groups/id/{some group id}/users/add
if calling this endpoint, and pass data similar as
{
"user_ids": [
"f38cd018-1937-41dd-9f57-c1c21dfxxxx"
]
}
there won't be any error, but the new user is neither added into the group.
I have checked the user id is a valid user id, but it is just not added.
Not a critical issue, but just log it here for reference.
Actual Behavior
User not added to group.
Steps to Reproduce
Logs & Screenshots
/
Additional Information
No response
@andrewbbaek commented on GitHub (Aug 26, 2025):
Should be addressed with
edf7a3d, testing wanted here