Users can be added to groups and removed from groups.
Adding a member
A group owner can add additional members to their group with the addUser()
method:
-
-
Make sure to execute the save()
method to reflect the changes.
Removing a member
A group owner can remove existing members from their group with the removeUser()
method.
-
-
Make sure to execute the save()
method to reflect the changes.