- API >
- Public API Resources >
- Projects and Users >
- Users
Users¶
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 | /users/{USER-ID} | Retrieve one user by their user ID. |
GET | /users/byName/{USER-NAME} | Retrieve one user by their name. |
POST | /users | Create one new user. |
See also