The administration surface for one organization. Roles come from the tenant's role catalogue — a bounded, policy-defined set, not free text.
4 people in Northwind
| Person | Role | Actions |
|---|---|---|
|
ada@northwind.example You
|
Admin | |
grace@northwind.example |
Admin | |
linus@northwind.example |
Editor | |
edsger@northwind.example |
Viewer |
Contract. Rows come from GET /v1/security/tenants/{tenantId}/members
(MemberPage — cursor-paginated; "Load more" advances page.cursor).
Role pills are keyed to GET /v1/security/tenants/{tenantId}/roles
(Role.key → Role.name). A member with no roles renders no pill, never a blank cell.