Teams
Cloud Manager will no longer support Automation, Backup, and Monitoring for MongoDB 3.6 and 4.0 after August 30th, 2024. Please upgrade your MongoDB deployment or migrate to Atlas.
- OAuth 2.0 authentication for programmatic access to Cloud Manager is available as a Preview feature.
- The feature and the corresponding documentation might change at any time during the Preview period. To use OAuth 2.0 authentication, create a service account to use in your requests to the Cloud Manager Public API.
The teams
resource provides access to retrieve MongoDB Cloud Manager
teams.
Base URL: https://cloud.mongodb.com/api/public/v1.0
Endpoints
Method | Endpoint | Description |
---|---|---|
GET | Retrieves all teams to which the authorized user has access. | |
GET | Get the team with ID {TEAM-ID} in the organization associated
with {ORG-ID} . | |
GET | Get the team with name {TEAM-NAME} in the organization
associated with {ORG-ID} . | |
GET | Get all users in the team associated with {TEAM-ID} in the
organization associated with {ORG-ID} . | |
POST | Create a single team in the organization associated with
{ORG-ID}} . | |
PATCH | Rename a team in an organization. | |
PATCH | Update roles for a team in a project. | |
POST | Add a user from the organization associated with {ORG-ID} to
the team with ID {TEAM-ID} . | |
DELETE | Remove the specified user from the specified team. | |
DELETE | Delete the team with ID {TEAM-ID} from the organization
specified to {ORG-ID} . | |
DELETE |