Organization Form Page

Owner form for organization branding, plan, and members.

Edit form for an organization the current user owns. Same form as the admin update page, scoped to membership.

Route/organizations/:id/edit
AccessOrganization owners (ROLE_USER + owner guard)
EntryEdit on the Organization Page

Features

  • Name and slug
  • Plan
  • Brand title, color, logo, and background
  • Override layout (locks member Preferences to the organization brand)
  • Theme, preset, and surface
  • Member list (add / remove / role) on non-personal organizations
  • Personal organization hint when the org is the user’s default personal workspace
  • Save in the page header

Owners cannot create a new organization from this route. Creation is an admin action.

Members Dialog

The members dialog is a modal that allows the user to add and remove members from the organization. It is opened by clicking the “Members” button in the organization form page. It is also opened by clicking the “Members” button in the organization detail page.

Coming Soon

  • Add a new member by email with invitation.