Teams
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 | 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 |