> 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: Sample Flows ## Article: Sample Flows ## Article Link: https://dev.wix.com/docs/api-reference/account-level/user-management/accounts/account-invites/sample-flows.md ## Article Content: # Sample Flows This article shares some typical use cases you can support, as well as an example flow that supports each use case. You're certainly not limited to these use cases, but they can be a helpful jumping off point as you plan your implementation. ## Invite company employees to join your company's Wix account If your company has multiple employees, you can invite them to join your Wix account, whether or not they already have a Wix account. Call [Create Invite](https://dev.wix.com/docs/api-reference/account-level/user-management/accounts/account-invites/create-invite.md) with the employees email addresses, the [roles](https://support.wix.com/en/article/wix-enterprise-about-team-management#managing-your-teammates-roles) to assign (referred to here as policies), and any specific assets they should not have access to (referred to here as resources). If no assets are specified, the employee will be given access to all assets in the account. When the employee accepts the invitation, their user ID is created (if relevant) and assigned as a team member of your account.