> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/crm/community/groups/member-management/members/introduction.md ## Article Content: # About the Groups Members API The Groups Members API provides functionality for managing group members. The Groups Members API allows you to: + [Add](https://dev.wix.com/docs/rest/crm/community/groups/members/add-group-members.md) members to or [remove](https://dev.wix.com/docs/rest/crm/community/groups/members/remove-group-members.md) members from a group. + [List](https://dev.wix.com/docs/rest/crm/community/groups/members/list-group-members.md) or [query](https://dev.wix.com/docs/rest/crm/community/groups/members/query-group-members.md) members of a group. + [List](https://dev.wix.com/docs/rest/crm/community/groups/members/list-memberships.md) or [query](https://dev.wix.com/docs/rest/crm/community/groups/members/query-memberships.md) a site member's group memberships. ## Who can see a group and add group members to a group The visibility of a group and how a site member can join it is defined with its `privacyStatus`. - **Public**: Anyone can see the group and its content. Anyone can join the group. - **Private**: Anyone can see the group, but only group members can view its content. In order to join the group, site members must submit a [join group request](https://dev.wix.com/docs/rest/crm/community/groups/create-requests/introduction.md). - **Secret**: Only group members and admins can see the group. It is not possible for site members to submit a [join group request](https://dev.wix.com/docs/rest/crm/community/groups/create-requests/introduction.md). Instead, group members and admins can add new members. ## Terminology + **Group settings:** Group specific `settings`. Includes whether members can see the full group member list or invite new members. Wix users can also manage settings [in the dashboard](https://support.wix.com/en/article/wix-groups-managing-your-group). + **Join group request:** Request submitted by a site member to join a private group. The request can be approved or rejected by a group admin. + **Roles:** Role a site visitor has in a group. - **Anonymous:** Site visitor that isn't logged in. - **Site member:** Site visitor that is logged in but not a group member. - **Group member:** Site member that has joined a group. - **Group admin:** Group member with additional permissions. The creator of a group is automatically a group admin. - **Wix Groups Manager:** Member, Wix user or Wix app with full management permissions. Wix users are always Wix Groups Managers. @sdk_package_setup