> 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/accounts/users/introduction.md ## Article Content: # About the Users API The Users API enables account owners to manage their account's team members access to account assets. Through this API, you can access team member data and roles, including open invites, and assign and unassign team member roles to each asset, ensuring that each team member has the appropriate level of access to the different assets within the account.
Important: This API manages team members within accounts, and is not intended for managing customer access to individual sites.
## Use cases - [Manage company employees' account access](https://dev.wix.com/docs/api-reference/account-level/user-management/accounts/users/sample-flows.md#periodically-check-and-update-company-employees-account-access). ## Terminology - **Assignment**: The mapping of a Wix user's access to an asset and their assigned role. For example, Sally has access to the XYZ site owned by Jennifer with a website manager role, and Alice has access to Selena’s Wix account with a co-owner role. - **Facet**: A type of filter that divides items into logical subdivisions, and counts the number of items in each. See [Filters and Facets: An Explainer](https://medium.com/@westontt/filters-and-facets-an-explainer-3b73a9538eca) for more information. - **Policy**: See **Role** below. - **Restriction**: The asset a user is assigned access to in an assignment, including any restrictions to their access. - **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. - **Subject**: The identity assigned to the asset in an assignment. Supported subjects include user IDs, account IDs, and app IDs. - **Team**: The group of Wix users that are team members of an account. - **Team member**: A Wix user that has been added to an account, with access to one or more sites and other assets. One Wix user can be a team member of multiple accounts. - **User**: A logged in user on *.wix.com. @sdk_package_setup