> 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/roles/introduction.md ## Article Content: # About the Groups Roles API The Groups Roles API provides functionality for managing roles of [group members](https://dev.wix.com/docs/rest/crm/community/groups/members/introduction.md). With the Groups Roles API, you can: - [Assign](https://dev.wix.com/docs/rest/crm/community/groups/roles/assign-role.md) a role to specific group members. - [Unassign](https://dev.wix.com/docs/rest/crm/community/groups/roles/unassign-role.md) a role from specific group members. ## Role types The types of roles available are `ADMIN` and `MEMBER`. A group member's role affects which permissions they have. For example, in a group with `settings.allowedToApproveJoinRequests` set to `OWNER_AND_ADMINS`, group members with `role.value` set to `MEMBER` will not be allowed to approve [Join Group Requests](https://dev.wix.com/docs/rest/crm/community/groups/join-requests/introduction.md). ## Before you begin It is important to note that only group admins can call the methods in this module. ## Terminology - **Site member:** Site visitor that is logged in but is not a group member. - **Group member:** Site member that has joined a group. - **Group admin:** Group member, Wix user, or Wix app with group management permissions. The member that creates a group is automatically a group admin. Also, Wix users are always group admins for all groups on their site. @sdk_package_setup