Users
Cloud Manager will no longer support Automation, Backup, and Monitoring for MongoDB 3.6 and 4.0 after August 30th, 2024. Please upgrade your MongoDB deployment or migrate to Atlas.
Note
Groups and projects are synonymous terms. Your {PROJECT-ID}
is the
same as your project id. For existing groups, your group/project id
remains the same. This page uses the more familiar term group when
referring to descriptions. The endpoint remains as stated in the
document.
Base URL: https://cloud.mongodb.com/api/public/v1.0
The users
resource allows you to create users and retrieve user
information.
Endpoints
The following endpoints are available for users
.
Method | Endpoint | Description |
---|---|---|
GET | Retrieve one user by their user ID. | |
GET | Retrieve one user by their name. | |
POST | Create one new user. |
See also: