49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
---
|
||
sidebar_position: 3
|
||
sidebar_label: Users
|
||
---
|
||
|
||
import { EllipsisHorizontal } from "@medusajs/icons"
|
||
|
||
export const metadata = {
|
||
title: `Manage Users`,
|
||
}
|
||
|
||
# {metadata.title}
|
||
|
||
In this document, you’ll 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 User’s Details
|
||
|
||
To edit a user’s 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 user’s 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.
|