The teams resource provides access to retrieve MongoDB Ops Manager
teams.
Base URL: https://{OPSMANAGER-HOST}:{PORT}/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   | |
  |