> 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/site-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. ## Manage invitations sent to customers for the Wix site your company created for them If your company creates Wix sites before handing them over to customers, you can invite the relevant customers to manage their sites once the site design and setup are complete. 1. Select the relevant roles (referred to in Bulk Invite as policies) to apply to the invitees when they accept the invitation. See [Roles and Permissions](https://support.wix.com/en/article/roles-permissions-overview) for a list of available roles. 1. Call [Bulk Invite](https://dev.wix.com/docs/api-reference/account-level/user-management/site-invites/bulk-invite.md) with the relevant email addresses and roles to apply to their access. For example, co-owner or website manager. Each invitee is assigned an invite ID. 1. If a customer misplaces the invitation email, you can call [Resend Invite](https://dev.wix.com/docs/api-reference/account-level/user-management/site-invites/resend-invite.md) to trigger a new invite email to the specific invitee, passing the `inviteId` returned from the Bulk Invite call. 1. If the customer's invitation to the site needs to be revoked for any reason before it is accepted, you can call [Revoke Invite](https://dev.wix.com/docs/api-reference/account-level/user-management/site-invites/revoke-invite.md), passing the `inviteId` returned from the Bulk Invite call.