Skip to content
rw3iss Auth

UserLookupTable

form @rw3iss/auth-client/preact/forms/UserLookupTable framework-adapters/preact/components/forms/UserLookupTable.tsx ↗

Admin tool — paste a list of emails (or ids), hit Look up, render the result table. Backed by POST /admin/users/lookup. Requires an admin token; the form surfaces a 403 as a clear error.

Designed for back-office workflows where someone has a spreadsheet of identifiers and needs to inspect those accounts.

Usage

import { UserLookupTable } from '@rw3iss/auth-client/preact/forms';
<UserLookupTable />

Props

NameTypeDescription
clientAuthClient
placeholderstringDefault placeholder text for the input.
classNamestring