User Management

Search Users
e.key === 'Enter' && load_users()} />
Scope
Status
{#if loading}
{:else if user_li.length === 0}

No Users Found

Try adjusting your search or scope filters.

{:else}

Directory Results {user_li.length} found

{#each user_li as user (user.user_id_random)}

{user.username}

{user.name || 'No Display Name'}

{#if user.super} Super {:else if user.manager} Manager {/if} {#if !user.account_id && !user.account_id_random} Global {:else} Account {/if}
{user.email || '--'}
{user.user_id_random}
Manage User
{/each}
{/if}