@model StoreUsersViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["Title"] = "Manage users"; ViewData.AddActivePage(StoreNavPages.Users); }

@ViewData["Title"]

@Html.Partial("_StatusMessage", TempData["TempDataProperty-StatusMessage"])
Users
Add access to your store to other users (Guest will not be able to see and modify the store settings)
Note that the user must have a registered account on this BTCPay Server.
@foreach (var user in Model.Users) { }
Email Role Actions
@user.Email @user.Role Remove