Back to Medusa

{metadata.title}

www/apps/bloom/app/organization-management/team/page.mdx

2.14.23.2 KB
Original Source

import { InlineIcon } from "docs-ui" import { EllipsisHorizontal } from "@medusajs/icons"

export const metadata = { title: Manage Your Team, }

{metadata.title}

View your organization's team members, invite new people to join, and remove members who no longer need access.

View Team Members

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:

  1. Click on your profile icon in the top right corner.
  2. Click Account Settings from the dropdown menu.
  3. Click the Team tab in the left sidebar under "Organization".

This page shows a list of all members in your organization, including their name and email address.


Invite New Members

Any user in your organization can invite new members to join.

To invite a new team member:

  1. Go to the Team settings page.
  2. In the "Invite members" section, enter the email addresses to invite. To invite multiple members, add email addresses separated by commas.
  3. Click the Invite button.

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.


Remove Team Members

<Note type="warning">

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:

  1. Go to the Team settings page.
  2. Find the member in the Members list.
  3. Click the three dots <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> icon next to their information.
  4. Click Remove from the dropdown menu.

The team member will be removed from your organization immediately and will lose access to all resources. They can be re-invited if needed.


FAQ

Can I join multiple organizations?

Yes, you can be a member of multiple organizations. Each organization is separate, and your access and permissions are specific to each organization.

What happens if I remove a team member that has created a project?

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.

How can I build with my team?

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.


Manage Your Organization

<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" } ]} />