Organizations
The admin organizations page is a platform-wide read and maintenance surface.
It is designed for:
- finding organizations by name, slug, owner name, or owner email
- checking who owns an organization
- renaming the organization display name
Search Behavior
Section titled “Search Behavior”GET /api/admin/organizations supports paginated search across:
- organization name
- organization slug
- owner name
- owner email
The API joins organization records to owner memberships so the table can show a human owner reference instead of only IDs.
What Admins Can Change
Section titled “What Admins Can Change”The shipped mutable action is narrow on purpose:
- rename organization display name
The rename endpoint does not change the slug.
That matters because the UI explicitly describes the action as “rename”, not “recreate” or “rebrand all identifiers”.
Audit Behavior
Section titled “Audit Behavior”Organization rename writes an audit log with:
- previous name
- next name
- target organization ID
So this is not a silent support action.
Practical Use
Section titled “Practical Use”This page is useful when:
- a customer needs a typo fixed in the organization name
- support needs to identify a tenant from the owner’s email
- you need a platform-wide search surface instead of logging in as a customer