MembersList
Org members table — list everyone in the current (or specified) org
with a “remove” affordance per row. Reads useOrg() for the active
org id by default; pass orgId to target a different org the
caller administers.
Requires org:members:read (list) and org:members:remove (remove)
— the server-side gate is the source of truth. The remove button
surfaces server 403s as inline errors.
Usage
import { MembersList } from '@rw3iss/auth-client/preact/forms';
<MembersList />Props
| Name | Type | Description |
|---|---|---|
client | AuthClient | |
orgId | string | Defaults to the current org from the auth snapshot. |
className | string |