Manage Organization Teams
On this page
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.
Required Access
To perform any of the following actions, you must have
Organization Owner
access to Atlas.
Create a Team
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.
To add users to your team, see Add Team Members.
To create a team using the Atlas UI:
In Atlas, go to the Organization Access Manager page.
If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.
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.
View Teams
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:
In Atlas, go to the Organization Access Manager page.
If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.
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.
Add Team Members
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:
In Atlas, go to the Organization Access Manager page.
If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.
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.
Remove Team 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:
In Atlas, go to the Organization Access Manager page.
If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.
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.
Remove members from the team.
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.
Rename a Team
Note
Atlas CLI Limitation
You can't rename a team using the Atlas CLI.
In Atlas, go to the Organization Access Manager page.
If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.
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.
Delete a 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:
In Atlas, go to the Organization Access Manager page.
If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.
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.
Next Steps
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.