atlas api teams
Public Preview: please provide feedback: Returns, adds, edits, or removes teams.
Public Preview: The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API and is currently in Public Preview (please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli). Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.
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 - Public Preview: please provide feedback: Adds one or more teams to the specified project.
atlas api teams addTeamUser - Public Preview: please provide feedback: Adds one or more MongoDB Cloud users from the specified organization to the specified team.
atlas api teams createTeam - Public Preview: please provide feedback: Creates one team in the specified organization.
atlas api teams deleteTeam - Public Preview: please provide feedback: 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 - Public Preview: please provide feedback: Returns one team that you identified using its unique 24-hexadecimal digit ID.
atlas api teams getTeamByName - Public Preview: please provide feedback: Returns one team that you identified using its human-readable name.
atlas api teams listOrganizationTeams - Public Preview: please provide feedback: Returns all teams that belong to the specified organization.
atlas api teams listProjectTeams - Public Preview: please provide feedback: Returns all teams to which the authenticated user has access in the project specified using its unique 24-hexadecimal digit identifier.
atlas api teams removeProjectTeam - Public Preview: please provide feedback: 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 - Public Preview: please provide feedback: Removes one MongoDB Cloud user from the specified team.
atlas api teams renameTeam - Public Preview: please provide feedback: Renames one team in the specified organization.
atlas api teams updateTeamRoles - Public Preview: please provide feedback: Updates the project roles assigned to the specified team.