Skip to content
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

(/organization-workspace) Fix broken link; update Dashboard navigation instructions #1753

Merged
merged 4 commits into from
Dec 2, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/organizations/organization-workspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ This guide will walk you through how to use the Clerk Dashboard to create an org

## Create an organization workspace

1. Navigate to the [Clerk Dashboard](https://clerk.com/dashboard).
1. Navigate to the [Clerk Dashboard](https://dashboard.clerk.com/).
1. In the top left navigation, select the workspace (such as **Personal account**) and select **Create organization**. A modal will appear.
1. Create an organization by providing a name and an optional organization logo. organization slugs are unique across instances, so common organization naming conventions may already be in use for another instance.
1. When finished, select **Create organization**. Clerk will set the newly created organization as the active organization.
alexisintech marked this conversation as resolved.
Show resolved Hide resolved

## Invite collaborators to your organization workspace

1. Navigate to the [Clerk Dashboard](https://clerk.com/dashboard).
1. Navigate to the [Clerk Dashboard](https://dashboard.clerk.com/).
1. In the top left navigation, select the organization workspace and select the settings icon. A modal will appear with the organization profile.
1. Select the **Members** tab and select the **Invite** button.
1. Enter the email address of the collaborator you wish to invite and select the role you wish to assign to the collaborator. If inviting multiple collaborators at a time, ensure email addresses are separated by spaces or commas.
1. Select **Send invitations**.
alexisintech marked this conversation as resolved.
Show resolved Hide resolved

## Transfer your applications between workspaces

1. Navigate to the [Clerk Dashboard](https://clerk.com/dashboard).
1. Select the workspace that contains the application you wish to transfer.
1. Select the application you wish to transfer.
1. In the navigation sidebar, select [**Settings**](https://dashboard.clerk.com/last-active?path=settings).
1. Select **Transfer ownership** and follow the instructions.
1. In the [Clerk Dashboard](https://dashboard.clerk.com), select the workspace dropdown in the top-left navigation.
alexisintech marked this conversation as resolved.
Show resolved Hide resolved
1. Select the workspace that has the application you want to transfer.
1. Navigate to the [**Settings**](https://dashboard.clerk.com/last-active?path=settings) page.
1. Select **Transfer ownership**. A modal will open.
1. Complete the form and select **Transfer ownership**. The page will redirect to the **Applications** page and show the transferred application.