Maybe I am just blind, but how is it possible with the API to assign users to another group or is it even possible to have users in several groups if they do not come from the AD?
I know that you can pass the group to the user object and by changing it, the user is assigned to this group as the main group.
But when I get the UserGroup object via the API, I have all the user groups and their settings on the one hand, and lists with all the users on the other, but I can't see which group the users now belong to. These lists are not linked to the group details.
And I also don't have the option of assigning a user to another group via the web interface. This only seems to work if the group(s) come from the AD. Is that really the case? It must be possible for the user to have several group memberships even with local administration (via API), which I can then continue to use in other places.