> ## Documentation Index
> Fetch the complete documentation index at: https://spreecommerce.org/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Users

> Learn how to invite and manage admin users.

Effectively managing user access to your store’s backend is essential for operational security and team collaboration. The Users settings section allows you to view active users, track invitations, and (eventually) create roles to define permissions.

To manage admin users, navigate to the Users tab of the admin dashboard.

<img src="https://mintcdn.com/spreecommerce/IPhFto4wyn-hneUi/images/user/settings/users/1.users.png?fit=max&auto=format&n=IPhFto4wyn-hneUi&q=85&s=34dda710b6bbbd4a2032dfdb078ec104" alt="" width="3584" height="2062" data-path="images/user/settings/users/1.users.png" />

This page is split into three subsections for Users, Invitations, and Roles. Let’s take a look at each in detail:

## Users

<img src="https://mintcdn.com/spreecommerce/IPhFto4wyn-hneUi/images/user/settings/users/2.users_tab.png?fit=max&auto=format&n=IPhFto4wyn-hneUi&q=85&s=efe308ecc5c0e4ec5f922a38e9e6c986" alt="" width="2460" height="512" data-path="images/user/settings/users/2.users_tab.png" />

This section displays a list of all active users with access to the dashboard. From here, you can invite new users, view existing user details, and remove access if needed.

### Invite a User

To invite a new user, click ‘Send Invitation’ in the top right corner. 

<img src="https://mintcdn.com/spreecommerce/IPhFto4wyn-hneUi/images/user/settings/users/3.invite_user.png?fit=max&auto=format&n=IPhFto4wyn-hneUi&q=85&s=4bd28ee8a093246ad22aea8c8a38431e" alt="" width="1428" height="916" data-path="images/user/settings/users/3.invite_user.png" />

Then follow these steps:

1. Enter the users email address
2. Set their user role
3. Set an invitation expiry date 
4. Click ‘Send Invitation’

The user will then receive an email invitation to the specified email address.

When they click on the invitation link, they’ll be redirected to an account creation page.

<img src="https://mintcdn.com/spreecommerce/IPhFto4wyn-hneUi/images/user/settings/users/4.user_signup.png?fit=max&auto=format&n=IPhFto4wyn-hneUi&q=85&s=8b3ec29b99d2f54d2c71b30fd71e5f0e" alt="" width="3488" height="2072" data-path="images/user/settings/users/4.user_signup.png" />

Once they complete the form and click ‘Create a new account’ they’ll be redirected to the admin dashboard.

### Edit a User

To edit a user, click on their corresponding row to open their admin profile.

<img src="https://mintcdn.com/spreecommerce/IPhFto4wyn-hneUi/images/user/settings/users/7.edit_user.png?fit=max&auto=format&n=IPhFto4wyn-hneUi&q=85&s=0668fff1d16edc614ac8d1b242f85a6e" alt="" width="3126" height="1352" data-path="images/user/settings/users/7.edit_user.png" />

Click Edit in the details section to reveal the edit form.

<img src="https://mintcdn.com/spreecommerce/IPhFto4wyn-hneUi/images/user/settings/users/8.edit_form.png?fit=max&auto=format&n=IPhFto4wyn-hneUi&q=85&s=422a4245e9701b4609f8cc6376b61630" alt="" width="1634" height="984" data-path="images/user/settings/users/8.edit_form.png" />

Change the fields as needed and click Update to save.

### Delete a User

It’s not possible to outright delete a user, but you can block their access by removing their role in the edit form shown above.

## Invitations

<img src="https://mintcdn.com/spreecommerce/IPhFto4wyn-hneUi/images/user/settings/users/5.invitations.png?fit=max&auto=format&n=IPhFto4wyn-hneUi&q=85&s=3f73f32630b220e06c4dc52d8efde842" alt="" width="2460" height="512" data-path="images/user/settings/users/5.invitations.png" />

This section shows a record of all invitations that have been sent, whether accepted, pending, or expired. This helps you monitor who’s been invited, by whom, and what role they’ve been assigned.

Each invitation includes:

* **Email**: The email address the invitation was sent to
* **Inviter**: The user who sent the invitation
* **Role**: The assigned role upon acceptance
* **Created at**: Date the invitation was created
* **Status**: Accepted, Pending, or Expired

<Note>
  Pending invitations can be Resent or Deleted by clicking on the three dots on the right hand side of the corresponding row and selecting the desired action.
</Note>

## Roles

<img src="https://mintcdn.com/spreecommerce/IPhFto4wyn-hneUi/images/user/settings/users/6.roles.png?fit=max&auto=format&n=IPhFto4wyn-hneUi&q=85&s=2e59490403a4fed33ea9bdeee1099ae8" alt="" width="2460" height="512" data-path="images/user/settings/users/6.roles.png" />

Role-based access control is not yet fully implemented in the admin UI. While you can create new role names, they do not affect permission levels.

However, you can currently create roles and apply permissions to them via code. Please refer to our developer docs for more info: [<u>Customization → Permissions</u>](https://spreecommerce.org/docs/developer/customization/permissions).
