> 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/account-level/user-management/sites/site-invites/introduction.md

## Article Content:

# About the Site Invites API

The Wix Site Invites API allows you to manage the invitation process for collaborators on a Wix site. Through this API, you can send email invitations to individuals, enabling them to join a site as collaborators with specific roles and permissions.  
Learn more about [Site Collaborators](https://support.wix.com/en/article/roles-permissions-information-for-site-collaborators).


## Use cases
- [Manage invitations sent to customers for the Wix site your company created for them](https://dev.wix.com/docs/api-reference/account-level/user-management/sites/site-invites/sample-flows.md)
  
## Site invite lifecycle
The site invite lifecycle outlines the stages involved in sending, managing, and accepting invitations for individuals to collaborate on a Wix site.
1. **Invite created**: When Bulk Invite is called, an email invitation is created and sent to each invitee.
2. **Invitee receives email**: The invitee receives the invite email.
3. **Invitee responds to invite**: The invitee can take one of the following actions:
     - Accept the invite by following the link in the email, provided the invite is still valid (i.e., it is not expired or previously been used).
     - Ignore the invite until it expires.
4. **Role assigned**: When an invitee accepts, they are assigned the role specified in the invite.


## Terminology
- **Collaborator**: A Wix user with edit or manage access to a site owned by a separate Wix account. See [Roles & Permissions: Overview](https://support.wix.com/en/article/roles-permissions-overview) and [Roles & Permissions: Information for Site Collaborators](https://support.wix.com/en/article/roles-permissions-information-for-site-collaborators).
- **Policy**: See **Role** below.
- **Role**: A defined type of access that an identity should have on a specific site or account. Wix provides several predefined roles, such as co-owner, website manager, and website designer. Account owners and co-owners can also define their own custom roles.

@sdk_package_setup