> 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/create-group-requests/introduction.md ## Article Content: # About the Groups Create Requests API The Groups Create Requests API provides functionality for managing requests to create a group. With the Groups Create Requests API, you can: + [Approve](https://dev.wix.com/docs/rest/crm/community/groups/create-requests/approve-group-requests.md) or [reject](https://dev.wix.com/docs/rest/crm/community/groups/create-requests/reject-group-requests.md) requests to create a group. + [List](https://dev.wix.com/docs/rest/crm/community/groups/create-requests/list-group-requests.md) or [query](https://dev.wix.com/docs/rest/crm/community/groups/create-requests/query-group-requests.md) requests to create a group. ## Before you begin It is important to note that this module is only relevant if admin approval is required for creating a group. ## Who can create a group Wix users determine who can create a group. This setting can be found in [a site's Dashboard](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fwix-groups/settings?) underĀ **Groups > General Settings > Group Creation**. + If set to **members with approval**, site members can create a group with [Create Group](https://dev.wix.com/docs/rest/crm/community/groups/groups/create-group.md), and the group becomes a [`createRequest`](https://dev.wix.com/docs/rest/crm/community/groups/create-requests/group-request-object.md) with a status of `PENDING`. A group admin either [approves](https://dev.wix.com/docs/rest/crm/community/groups/create-requests/approve-group-requests.md) or [rejects](https://dev.wix.com/docs/rest/crm/community/groups/create-requests/reject-group-requests.md) the request to create a group. + If set to **all site members**, site members can create a group with [Create Group](https://dev.wix.com/docs/rest/crm/community/groups/groups/create-group.md) and no approval is required. + If set to **only admins**, only group admins can create a group with [Create Group](https://dev.wix.com/docs/rest/crm/community/groups/groups/create-group.md). The default is set to **members with approval**. ## Terminology - **Group request**: A request made by a site member to create a group. - **Wix user**: A site owner or a site collaborator with **Manage Groups** permissions. Wix users determine who can create groups in [a site's Dashboard](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fwix-groups/settings?) underĀ **Groups > General Settings > Group Creation**. @sdk_package_setup