When retrieving user information via the Xibo API, the endpoint /api/user{id} does not return the user’s group memberships. The groups array is always empty, even when the user is assigned to multiple groups in the cms.
In contrast, the endpoint /api/user/me does return the correct group membership information.
Additionally, the group-related endpoints to un/assign members (/api/group/members/assign)to a group seem to be non-functional. Attempts to modify group memberships have no effect in the CMS UI.
Tested in Xibo 4.5.0 (Docker install)
Happy to provide more details if needed.