MongoDB Database User Management GUI (RBAC)¶
Create a new user in the specified instance database¶
Note
Review the MongoDB Database User Management (RBAC) for help to create an user through API.
Step 1: Select the appropriate instance and navigate to DATABASES tab

Step 2: Select the database where the user need to be created.

Step 3: Select the USERS tab and click on Add User Button.

Step 4: Enter the Username and Password and select any of the role from the checkbox (multiple roles can be selected) and click on click on Add Database User.

Step 5: This will prompt a message saying Success User added to database.

Update an existing user’s password or role in a specific instance database¶
Note
Review the MongoDB Database User Management (RBAC) for help to update an user through API.
Step 1: Select the user you want to update by clicking on the pencil icon.

Step2: You can update either password or Roles from the check box list,to update the password the user needs to click on the Update Password link otherwise it will remain same.
Step3: After Updating the details click on Update Database User.

Step4: This will prompt a message saying Success User details updated.

Delete an existing user from a specific instance database¶
Note
Review the MongoDB Database User Management (RBAC) for help to delete an user through API.
Step1: Select the user to remove from the database by clicking on cross icon.

Step2: Once the user is selected it will prompt a confirmation dialogue box to confirm the deletion by entering the user name that want to be deleted.

Step3: After clicking the Delete Database User will prompt a message saying Success User removed from database.
