@since: BuddyPress 1.0.0
Description
groups_is_user_member()

Check whether a user is a member of a given group.

Source: bp-groups/bp-groups-functions.php:1392

groups_get_user_groups()

Get the IDs of the groups of which a specified user is a member.

Source: bp-groups/bp-groups-functions.php:986

groups_total_groups_for_user()

Get the count of groups of which the specified user is a member.

Source: bp-groups/bp-groups-functions.php:1201

groups_leave_group()

Remove a user from a group.

Source: bp-groups/bp-groups-functions.php:564

groups_leave_group

Fires after a user leaves a group.

Source: bp-groups/bp-groups-functions.php:592

groups_join_group()

Add a user to a group.

Source: bp-groups/bp-groups-functions.php:607

groups_join_group

Fires after a user joins a group.

Source: bp-groups/bp-groups-functions.php:668

groups_update_last_activity()

Update the last_activity meta value for a given group.

Source: bp-groups/bp-groups-functions.php:682

groups_get_group_admins()

Get a list of group administrators.

Source: bp-groups/bp-groups-functions.php:708

groups_get_group_mods()

Get a list of group moderators.

Source: bp-groups/bp-groups-functions.php:720