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