www/apps/bloom/app/organization-management/team/page.mdx
import { InlineIcon } from "docs-ui" import { EllipsisHorizontal } from "@medusajs/icons"
export const metadata = {
title: Manage Your Team,
}
View your organization's team members, invite new people to join, and remove members who no longer need access.
An organization can have multiple members who can help build and manage your store. Each member has access to the same features and settings.
To view your organization's team members:
This page shows a list of all members in your organization, including their name and email address.
Any user in your organization can invite new members to join.
To invite a new team member:
The members will receive emails with a link to join your organization. When they click the link, they can create an account or log in to an existing account. They'll be added to your organization automatically after signing in.
Removing a member is irreversible. The team member will lose access to your organization and all its resources immediately.
</Note>You can remove any team member who was invited to your organization, except for the organization owner.
To remove a team member from your organization:
The team member will be removed from your organization immediately and will lose access to all resources. They can be re-invited if needed.
Yes, you can be a member of multiple organizations. Each organization is separate, and your access and permissions are specific to each organization.
Projects belong to the organization, not individual members. If you remove a team member who has created projects, those projects will still be accessible to the remaining team members in the organization.
The removed member will lose access to those projects and any other resources in the organization.
Bloom supports real-time collaboration, so everyone in your organization can access and work on the same store together. Team members can submit prompts to Bloom and see the agent's output in real time.
See Team Collaboration to learn how to collaborate with your team in Bloom.
<CardList items={[ { href: "/organization-management", title: "General Settings", text: "Update your organization name and details" }, { href: "/manage-billing", title: "Billing", text: "Manage your plan and payment details" } ]} />