Teams
- 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 the team with ID | |
| Get the team with name | |
| Get all users in the team associated with | |
| Create a single team in the organization associated with
| |
| Rename a team in an organization. | |
| Update roles for a team in a project. | |
| Add a user from the organization associated with | |
| Remove the specified user from the specified team. | |
| Delete the team with ID | |
|