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:
If a user authenticates with an email and password, you can generate and copy a reset password link for them. This is useful when you want to share the link directly without sending an email.
<Note>This feature is available since Medusa v2.20.0. The option only appears for users that authenticate with an email and password. If you don't find the option to copy a reset password link, make sure to update your Medusa application.
</Note>To copy the reset password link for a user:
The link is copied to your clipboard. The link expires shortly and invalidates any reset password link previously sent to this user.
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: