Files
medusa-store/www/apps/user-guide/app/settings/users/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

49 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
sidebar_position: 3
sidebar_label: Users
---
import { EllipsisHorizontal } from "@medusajs/icons"
export const metadata = {
title: `Manage Users`,
}
# {metadata.title}
In this document, youll learn how to invite new users, edit other users information, and remove users from your store.
## View Users
View admin users by going to Settings → Users.
---
## Edit a Users Details
To edit a users details in your team:
1. Go to Settings → Users.
2. Find the user in the list and click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> icon at its right.
3. Choose Edit from the dropdown.
4. In the drawer that opens, edit the users information.
5. Once done, click the Save button.
---
## Delete a User
<Note type="warning">
Deleting a user is irreversible.
</Note>
To delete a user from your store:
1. Go to Settings → Users.
2. Find the user in the list and click on it.
3. Click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> icon at the top right of the first section.
4. Choose Delete from the dropdown.
4. Confirm deleting the user by clicking the Delete button in the pop-up.