Skip to content

Organization

The Organization settings page (/settings/organization) lets you update your organization’s display name and URL slug, and — for owners — permanently delete the organization.

FieldRequiredConstraints
Organization NameYes2–100 characters
SlugYes2–50 characters; lowercase letters, numbers, and hyphens only; must match ^[a-z0-9][a-z0-9-]*[a-z0-9]$

The slug appears in URLs and cannot contain uppercase letters, spaces, or special characters other than hyphens. It must start and end with a letter or number.

Saving changes requires the owner or admin role. Members and viewers can view the page but the Save button is not available to them.

ActionOwnerAdminMemberViewer
View organization details
Edit name and slug
Delete organization

The Delete organization action is visible only to owners. To proceed:

  1. Click Delete organization in the Danger Zone card.
  2. In the confirmation dialog, type the organization slug exactly as shown.
  3. Click Delete organization permanently.

Deletion logs all members out immediately and revokes all access. There is no recovery path after confirming.

MethodPathAccessDescription
GET/api/orgs/:orgIdAny memberFetch organization details (name, slug).
PUT/api/orgs/:orgIdOwner or adminUpdate organization name and/or slug.
DELETE/api/orgs/:orgIdOwner onlyPermanently delete the organization and all associated data.