create_atlas_user
Generate a new database user with atlasAdmin role for a MongoDB Atlas project by specifying project ID, username, and password.
Instructions
Creates a new database user for an existing Atlas project. User will have atlasAdmin role.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
password | Yes | The password for the database user. | |
projectId | Yes | The ID of the Atlas project. | |
roles | No | An array of roles for the user. Default is [atlasAdmin]. | |
username | Yes | The username for the database user. |