Organizations
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of the MongoDB Ops Manager.
The orgs
resource provides access to return, create, update, or
remove MongoDB Ops Manager organizations.
Base URL: https://{OPSMANAGER-HOST}:{PORT}/api/public/v1.0
Endpoints
Method | Endpoint | Description |
---|---|---|
GET | Return the list of all organizations to which the authenticated user belongs. | |
GET | Return information about the organization associated with
| |
GET | Return all projects in the organization associated with
| |
GET | Return all users in the specified organization. | |
POST | Create one organization. | |
PATCH | Update one organization. | |
DELETE | Remove the organization associated with | |
POST | Create one invitation. | |
DELETE | Remove one invitation. | |
GET | Return the list of all invitations. | |
GET | Return one invitation. | |
PATCH | Update one invitation by ID. | |
PATCH | Update one invitation. |