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 1 commit
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
6 changes: 3 additions & 3 deletions docs/organizations/organization-workspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ 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. Navigate to the [Clerk Dashboard](https://dashboard.clerk.com/).
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).
Expand Down