www/apps/cloud/app/organizations/page.mdx
import { InlineIcon, getOsShortcut, Kbd } from "docs-ui" import { Plus, EllipsisHorizontal, ChevronUpDown } from "@medusajs/icons"
export const metadata = {
title: Organizations,
}
In this guide, you'll learn about organizations in Cloud and how to manage them.
In Cloud, an organization is a group of users that have access to the same settings, projects, resources, environments, and billing details.
As a user, you must be in an organization to create and deploy projects. A user can be a member of multiple organizations.
To get started with Cloud, you need to either create a new organization or join an existing one.
If you don't have a Cloud account, you can sign up for Cloud and create a new organization.
To create a new organization when you already have a Cloud account:
When you open the Cloud dashboard and log in, you're viewing the projects, resources, and settings of a specific organization. You'll find the name of that organization at the top left of the dashboard.
If you're a member of multiple organizations, you can switch between them to view their projects, resources, and settings.
To switch to a different organization:
This will change the view to the selected organization, and you'll see its projects, resources, and settings.
To view an organization's settings:
<Note title="Tip">You can also navigate to an organization's settings from the command palette. Press <Kbd>{getOsShortcut()}</Kbd> + <Kbd>K</Kbd> and select Organization Settings.
</Note>This will open a new window where you can view and manage an organization's settings.
To edit an organization's general details:
<Note title="Tip">You can also navigate to an organization's settings from the command palette. Press <Kbd>{getOsShortcut()}</Kbd> + <Kbd>K</Kbd> and select Organization Settings.
</Note>Leaving an organization will remove you from it, and you'll no longer have access to its projects, resources, and settings. You can only access it by being invited again by another user in the organization.
</Note>To leave an organization:
<Note title="Tip">You can also navigate to an organization's settings from the command palette. Press <Kbd>{getOsShortcut()}</Kbd> + <Kbd>K</Kbd> and select Organization Settings.
</Note>Deleting an organization will remove all its projects, resources, and settings. This action is irreversible, and you won't be able to recover any data after deletion.
</Note>To delete an organization:
<Note title="Tip">You can also navigate to an organization's settings from the command palette. Press <Kbd>{getOsShortcut()}</Kbd> + <Kbd>K</Kbd> and select Organization Settings.
</Note>To view the members of an organization:
In this window, you can view the members of the organization, their roles, and their email addresses. You can also view invited members who haven't accepted the invitation yet.
Based on your organization's plan, you may have a limited number of seats available for members. You can view the number of available seats at the top of the Team tab.
If you need more seats, learn more about other available plans or purchasing add-on resources.
Make sure you have enough available seats in your organization before inviting new members.
</Note>To invite members to your organization:
<Note title="Tip">You can also navigate to an organization's team member settings from the command palette. Press <Kbd>{getOsShortcut()}</Kbd> + <Kbd>K</Kbd> and select Team Members.
</Note>These users will receive an email invitation to join your organization. They can accept the invitation by clicking the link in the email.
You may need to resend an invitation if a user has lost the invitation email or if the invitation has expired.
To resend an invitation:
<Note title="Tip">You can also navigate to an organization's team member settings from the command palette. Press <Kbd>{getOsShortcut()}</Kbd> + <Kbd>K</Kbd> and select Team Members.
</Note>You can revoke an invitation to a user if you no longer want them to join your organization.
To revoke an invitation:
<Note title="Tip">You can also navigate to an organization's team member settings from the command palette. Press <Kbd>{getOsShortcut()}</Kbd> + <Kbd>K</Kbd> and select Team Members.
</Note>Owner and admin users can remove any members from the organization that aren't owners.
To remove a member from your organization:
<Note title="Tip">You can also navigate to an organization's team member settings from the command palette. Press <Kbd>{getOsShortcut()}</Kbd> + <Kbd>K</Kbd> and select Team Members.
</Note>Refer to the Billing guide to learn how to manage your organization's billing details, including payment methods, invoices, and usage.