Skip to content

Commit c778290

Browse files
LauraBeatrisSarahSoutoulalexisintech
authored
feat: Add section for organization slug (#2672)
Co-authored-by: Sarah Soutoul <[email protected]> Co-authored-by: Alexis Aguilar <[email protected]>
1 parent dcd8a4c commit c778290

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/guides/organizations/org-slugs-in-urls.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ metadata:
1616
title: "Enable organizations for your instance",
1717
link: "/docs/guides/organizations/overview",
1818
icon: "globe",
19+
},
20+
{
21+
title: "Enable organization slugs for your application",
22+
link: "/docs/guides/organizations/overview#organization-slugs",
23+
icon: "globe",
1924
}
2025
]}
2126
exampleRepo={[

docs/guides/organizations/overview.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,18 @@ Most multi-tenant applications want every user to be part of an organization rat
6565
To enable personal accounts for your application, toggle **Allow personal accounts** in the [**Organizations Settings**](https://dashboard.clerk.com/last-active?path=organizations-settings) page.
6666

6767
> [!IMPORTANT]
68-
> Personal accounts being disabled by default was released on 08-22-2025. Applications created before this date will not be able to see the **Allow personal accounts** setting, because personal account were enabled by default.
68+
> Personal accounts being disabled by default was released on August 22, 2025. Applications created before this date will not be able to see the **Allow personal accounts** setting, because personal account were enabled by default.
69+
70+
## Organization slugs
71+
72+
Organization slugs are human-readable URL identifiers that help users reference which organization they're working in.
73+
74+
To enable it, navigate to the [**Organizations Settings**](https://dashboard.clerk.com/last-active?path=organizations-settings) page in the Clerk Dashboard.
75+
76+
When enabled, organization slugs will be displayed in the [`<CreateOrganization />`](/docs/reference/components/organization/create-organization), [`<OrganizationList />`](/docs/reference/components/organization/organization-list), and [`<OrganizationSwitcher />`](/docs/reference/components/organization/organization-switcher) components.
77+
78+
> [!IMPORTANT]
79+
> Organization slugs are disabled by default for applications created after October 7, 2025. For applications created before this date, you can opt to disable it.
6980
7081
## Active organization
7182

0 commit comments

Comments
 (0)