atlas api teams
On this page
experimental: Returns, adds, edits, or removes teams.
Options
Name | Type | Required | Description |
---|---|---|---|
-h, --help | false | help for teams |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings. |
Related Commands
atlas api teams addAllTeamsToProject - experimental: Adds one team to the specified project.
atlas api teams addTeamUser - experimental: Adds one or more MongoDB Cloud users from the specified organization to the specified team.
atlas api teams createTeam - experimental: Creates one team in the specified organization.
atlas api teams deleteTeam - experimental: Removes one team specified using its unique 24-hexadecimal digit identifier from the organization specified using its unique 24-hexadecimal digit identifier.
atlas api teams getTeamById - experimental: Returns one team that you identified using its unique 24-hexadecimal digit ID.
atlas api teams getTeamByName - experimental: Returns one team that you identified using its human-readable name.
atlas api teams listOrganizationTeams - experimental: Returns all teams that belong to the specified organization.
atlas api teams listProjectTeams - experimental: Returns all teams to which the authenticated user has access in the project specified using its unique 24-hexadecimal digit identifier.
atlas api teams listTeamUsers - experimental: Returns all MongoDB Cloud users assigned to the team specified using its unique 24-hexadecimal digit identifier.
atlas api teams removeProjectTeam - experimental: Removes one team specified using its unique 24-hexadecimal digit identifier from the project specified using its unique 24-hexadecimal digit identifier.
atlas api teams removeTeamUser - experimental: Removes one MongoDB Cloud user from the specified team.
atlas api teams renameTeam - experimental: Renames one team in the specified organization.
atlas api teams updateTeamRoles - experimental: Updates the project roles assigned to the specified team.