Projects
This API reference is deprecated. It will be removed in a future release. For the latest API reference, see the MongoDB Atlas Administration API Specification. This new API specification might take several seconds to load. MongoDB appreciates your patience as it improves this experience.
Note
Groups and projects are synonymous terms. Your {GROUP-ID}
is the
same as your project ID. For existing groups, your group/project ID
remains the same. The resource and corresponding endpoints use the
term groups
.
The groups
resource provides access to retrieve or create Atlas
projects.
https://cloud.mongodb.com/api/atlas/v1.0
Endpoints
Method | Endpoint | Description |
---|---|---|
GET | Get all projects that the authenticated user can access. | |
GET | Get information about the project associated with
{GROUP-ID} . | |
GET | Get information about the project associated with
{GROUP-NAME} . | |
POST | Create one project. | |
DELETE | Delete one project. | |
GET | Get information about the teams assigned to the project
associated with {GROUP-ID} . | |
POST | Assign an Atlas team to the
project associated with {GROUP-ID} . | |
DELETE | Removes the specified Atlas team from the specified project. | |
GET | Get information about the Atlas users assigned to the project
associated with {GROUP-ID} . | |
DELETE | Remove the specified Atlas user from the project associated
with {GROUP-ID} . | |
GET | Retrieves all pending invitations to the project associated
with {GROUP-ID} . | |
PATCH | Update one pending invitation to the project associated with
{GROUP-ID} . | |
GET | Retrieves one pending invitation to a project associated with
{INVITATION-ID} . | |
POST | Invite one user to the project associated with
{GROUP-ID} . | |
PATCH | Update one pending invitation by {INVITATION-ID} to the
project associated with {GROUP-ID} . | |
DELETE | Deletes one pending invitation to a project identified by
{INVITATION-ID} . | |
GET | Retrieve information about the settings for the project
identified by {GROUP-ID} . | |
PATCH | Update the settings for the project identified by {GROUP-ID} . |