> 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/users/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. ## Periodically check and update company employees' account access If your company has a Wix account with employees as team members, you may want to periodically check the access that each team member has to your account assets and the roles they have for each site. 1. Call [Search Team](https://dev.wix.com/docs/rest/account-level/user-management/accounts/users/search-team.md) with any relevant filters. 2. Review the returned lists of users and invites, and their assignments. 3. If relevant, call [Get Roles Info](https://dev.wix.com/docs/rest/account-level/user-management/accounts/users/get-roles-info.md) with any relevant filters, to retrieve a list of all roles that can be applied to your account's team members. 4. If changes should be made to any team member's roles or access to account assets, call [Update Team Member Assignments](https://dev.wix.com/docs/rest/account-level/user-management/accounts/users/update-team-member-assignments.md). 5. If an employee leaves, or should have their access removed for any reason, call [Remove Member](https://dev.wix.com/docs/rest/account-level/user-management/accounts/users/remove-member.md).