UserLookupTable
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
| Name | Type | Description |
|---|---|---|
client | AuthClient | |
placeholder | string | Default placeholder text for the input. |
className | string |