Docs Menu

Docs HomeMongoDB Cloud Manager

Teams

The teams resource provides access to retrieve MongoDB Cloud Manager teams.

Base URL: https://cloud.mongodb.com/api/public/v1.0

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
Remove the specified team from the specified group.
←  Update One Organization InvitationGet All Teams →