Navigation
This version of the documentation is archived and no longer supported. To learn how to upgrade your version of MongoDB Ops Manager, refer to the upgrade documentation.
You were redirected from a different version of the documentation. Click here to go back.
This version of the manual is no longer supported.

Organizations

The orgs resource provides access to retrieve, create, or delete MongoDB Ops Manager organizations.

Base URL: https://{OPSMANAGER-HOST}:{PORT}/api/public/v1.0

Endpoints

Method Endpoint Description
GET /orgs Get all organizations the authenticated user has access to.
GET /orgs/{ORG-ID} Get information about the organization associated to {ORG-ID}.
GET /orgs/{ORG-ID}/groups Get all projects in the organization associated to {ORG-ID}.
GET /orgs/{ORG-ID}/users Get all users in the specified organization.
POST /orgs Create one organization.
PATCH /orgs/{ORG-ID} Update one organization.
DELETE /orgs/{ORG-ID} Delete the organization associated to {ORG-ID}.