Returns, adds, and edits MongoDB Cloud users.
The atlas api sub-command is automatically generated from the MongoDB Atlas Admin API and offers full coverage of the Admin API. Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.
Options
Name | Type | Required | Description |
|---|---|---|---|
-h, --help | false | help for mongoDbCloudUsers |
Inherited Options
Name | Type | Required | Description |
|---|---|---|---|
-P, --profile | string | false | Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings. |
Related Commands
atlas api mongoDbCloudUsers addGroupUserRole - Adds one project-level role to the MongoDB Cloud user.
atlas api mongoDbCloudUsers addGroupUsers - Adds one MongoDB Cloud user to one project.
atlas api mongoDbCloudUsers addOrgRole - Adds one organization-level role to the MongoDB Cloud user.
atlas api mongoDbCloudUsers addOrgTeamUser - Adds one MongoDB Cloud user to one team.
atlas api mongoDbCloudUsers createOrgUser - Invites one new or existing MongoDB Cloud user to join the organization.
atlas api mongoDbCloudUsers createUser - Creates one MongoDB Cloud user account.
atlas api mongoDbCloudUsers getGroupUser - Returns information about the specified MongoDB Cloud user within the context of the specified project.
atlas api mongoDbCloudUsers getOrgUser - Returns information about the specified MongoDB Cloud user within the context of the specified organization.
atlas api mongoDbCloudUsers getUser - Returns the details for one MongoDB Cloud user account with the specified unique identifier for the user.
atlas api mongoDbCloudUsers getUserByName - Returns the details for one MongoDB Cloud user account with the specified username.
atlas api mongoDbCloudUsers listGroupUsers - Returns details about the pending and active MongoDB Cloud users associated with the specified project.
atlas api mongoDbCloudUsers listOrgUsers - Returns details about the pending and active MongoDB Cloud users associated with the specified organization.
atlas api mongoDbCloudUsers listTeamUsers - Returns details about the pending and active MongoDB Cloud users associated with the specified team in the organization.
atlas api mongoDbCloudUsers removeGroupUser - Removes one MongoDB Cloud user from the specified project.
atlas api mongoDbCloudUsers removeGroupUserRole - Removes one project-level role from the MongoDB Cloud user.
atlas api mongoDbCloudUsers removeOrgRole - Removes one organization-level role from the MongoDB Cloud user.
atlas api mongoDbCloudUsers removeOrgTeamUser - Removes one MongoDB Cloud user from one team.
atlas api mongoDbCloudUsers removeOrgUser - Removes one MongoDB Cloud user in the specified organization.
atlas api mongoDbCloudUsers updateOrgUser - Updates one MongoDB Cloud user in the specified organization.