Docs Menu
Docs Home
/
MongoDB Atlas
/ / /

Manage Organization Teams

On this page

  • Required Access
  • Create a Team
  • View Teams
  • Add Team Members
  • Remove Team Members
  • Rename a Team
  • Delete a Team
  • Next Steps

You can create teams at the organization level and add teams to projects to grant project access roles to multiple users. Add any number of organization users to a team.

Grant a team roles for specific projects. All members of a team share the same project access. Organization users can belong to multiple teams. To add teams to a project or edit team roles, see Manage Access to a Project.

To perform any of the following actions, you must have Organization Owner access to Atlas.

Important

Atlas limits the number of users to a maximum of 100 teams per project and a maximum of 250 teams per organization.

To create one team in your organization using the Atlas CLI, run the following command:

atlas teams create <name> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas teams create.

Tip

See: Related Links

To add users to your team, see Add Team Members.

To create a team using the Atlas UI:

1
  1. If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.

  2. Do one of the following steps:

    • Select Organization Access from the Access Manager menu in the navigation bar.

    • Click Access Manager in the sidebar.

    The Organization Access Manager page displays.

2
3

Note

The name must be unique within an organization.

4

To add existing organization users to the team, click in the Add Members box and either start typing their Cloud Manager username or click on the name of a user that appears in the combo box.

5

To list all teams in your organization using the Atlas CLI, run the following command:

atlas teams list [options]

To return the details for the team you specify using the Atlas CLI, run the following command:

atlas teams describe [options]

To learn more about the syntax and parameters for the previous commands, see the Atlas CLI documentation for atlas teams list and atlas teams describe.

To view your teams using the Atlas UI:

1
  1. If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.

  2. Do one of the following steps:

    • Select Organization Access from the Access Manager menu in the navigation bar.

    • Click Access Manager in the sidebar.

    The Organization Access Manager page displays.

2

Your teams display.

Important

Atlas limits Atlas user membership to a maximum of 250 Atlas users per team.

To add one user to the team you specify using the Atlas CLI, run the following command:

atlas teams users add <userId>... [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas teams users add.

To add team members using the Atlas UI:

1
  1. If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.

  2. Do one of the following steps:

    • Select Organization Access from the Access Manager menu in the navigation bar.

    • Click Access Manager in the sidebar.

    The Organization Access Manager page displays.

2
3
4
  1. Click Add Members.

  2. Type the name or email of the user from the combo box.

    You can add users that are part of the organization or users that have been sent an invitation to join the organization.

  3. Click Add Members.

To delete one user from the team you specify using the Atlas CLI, run the following command:

atlas teams users delete <userId> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas teams users delete.

To remove team members using the Atlas UI:

1
  1. If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.

  2. Do one of the following steps:

    • Select Organization Access from the Access Manager menu in the navigation bar.

    • Click Access Manager in the sidebar.

    The Organization Access Manager page displays.

2
3
4

Click to the right of the user you want to remove from a team.

Removing a member from the team removes the user's project assignments granted by the team membership.

If a user is assigned to a project through both a team and individual assignment, removing the user from a team does not remove the user's assignment to that project.

Note

Atlas CLI Limitation

You can't rename a team using the Atlas CLI.

1
  1. If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.

  2. Do one of the following steps:

    • Select Organization Access from the Access Manager menu in the navigation bar.

    • Click Access Manager in the sidebar.

    The Organization Access Manager page displays.

2
3

For the team you want to rename:

  1. Click the ellipsis (...) button under the Actions column.

  2. Click Rename Team.

  3. Enter a new name for the team.

    The team name must be unique within the organization.

  4. Click Rename Team.

To delete one team from your organization using the Atlas CLI, run the following command:

atlas teams delete <teamId> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas teams delete.

To delete a team using the Atlas UI:

1
  1. If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.

  2. Do one of the following steps:

    • Select Organization Access from the Access Manager menu in the navigation bar.

    • Click Access Manager in the sidebar.

    The Organization Access Manager page displays.

2
3

For the team you want to delete:

  1. Click the ellipsis (...) button under the Actions column.

  2. Click Delete Team.

  3. Confirm that you wish to proceed with team deletion.

    For users belonging to the team, deleting a team removes the users' project assignments granted by that team membership.

For the organization users in a team to have access to a project, you must add the team to the project. To add teams to a project or edit team roles, see Manage Access to a Project.

Back

Users