Organizations
- OAuth 2.0 authentication for programmatic access to Cloud Manager is available as a Preview feature.
- The feature and the corresponding documentation might change at any time during the Preview period. To use OAuth 2.0 authentication, create a service account to use in your requests to the Cloud Manager Public API.
The orgs
resource provides access to return, update, or remove
MongoDB Cloud Manager organizations.
Base URL: https://cloud.mongodb.com/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. | |
DELETE | Remove the user associated with | |
PUT | Update organization roles for one user. | |
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. |