-
Notifications
You must be signed in to change notification settings - Fork 830
feat: Add section for organization slug #2672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
10f8ab9
bc32380
ec3214b
d1b4e26
57623c0
335f825
a456650
070e79f
49258a0
03f4687
459d985
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,17 @@ To enable personal accounts for your application, toggle **Allow personal accoun | |
> [!IMPORTANT] | ||
> 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. | ||
|
||
## Organization slugs | ||
|
||
Organization slugs are human-readable URL identifiers that help users reference which organization they're working in. | ||
|
||
To enable it on your application, toggle **Enable organization slugs** in the [**Organizations Settings**](https://dashboard.clerk.com/last-active?path=organizations-settings) page. | ||
|
||
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. | ||
alexisintech marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
> [!IMPORTANT] | ||
> Organization slugs are disabled by default for applications created after 10-06-2025. For applications created before this date, you can opt to disable it. | ||
|
||
|
||
## Active organization | ||
|
||
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. | ||
|
Uh oh!
There was an error while loading. Please reload this page.