www/apps/user-guide/app/settings/users/page.mdx
import { EllipsisHorizontal, ArrowUpRightOnBox, EllipsisVertical } from "@medusajs/icons"
export const metadata = {
title: Manage Users in Medusa Admin,
}
In this guide, you’ll learn how to manage users in your store.
<Note title="Tip">You can't create a user. Instead, you need to invite them to join your store.
</Note>You can view admin users by going to Settings → Users. In the list, you can see user details such as the name and email. You can also search, filter, and sort the users to find the specific item you are looking for.
To view the details of a user:
This opens the user's details page where you can also manage the user.
To edit the details of an admin user:
Metadata is custom data that can be associated with the user in key-value pairs. This is usually used by developers for custom integrations or to store additional information about the user.
To edit the user's metadata:
This feature is available since Medusa v2.12.0. If you don't find the option to delete a user, or user deletion doesn't work, make sure to update your Medusa application.
</Note> <Note type="warning">Deleting a user is irreversible.
</Note>To delete a user from your store: