Skip to content

Commit 10f8ab9

Browse files
committed
Add section on organizations overview
1 parent fbb09f2 commit 10f8ab9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/guides/organizations/overview.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,19 @@ To enable personal accounts for your application, toggle **Allow personal accoun
6767
> [!IMPORTANT]
6868
> 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.
6969
70+
## Organization slug
71+
72+
## Organization slug
73+
74+
Organization slugs are human-readable URL identifiers that help users reference which organization they're working in.
75+
76+
> [!IMPORTANT]
77+
> Organization slug is disabled by default for applications created after 10-06-2025. For applications created before this date, you can opt to disable it.
78+
79+
To enable it on your application, toggle **Enable organization slugs** in the [**Organizations Settings**](https://dashboard.clerk.com/last-active?path=organizations-settings) page.
80+
81+
If disabled, organization slugs won't 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.
82+
7083
## Active organization
7184

7285
When a user is a member of an organization, they can switch between different organizations. The organization workspace that a user is currently viewing is called the **active organization**. The active organization determines which organization-specific data the user can access and which role and related permissions they have within the organization.

0 commit comments

Comments
 (0)