MongoDB Database User Management GUI (RBAC) =========================================== .. meta:: :description: Getting started guide for the MongoDB RBAC through GUI Create a new user in the specified instance database ---------------------------------------------------- .. note:: Review the :ref:`mongodb_user_management` for help to create an user through API. **Step 1:** Select the appropriate instance and navigate to **DATABASES** tab .. image:: images/database.png :align: center | **Step 2:** Select the database where the user need to be created. .. image:: images/select_db.png :align: center | **Step 3:** Select the **USERS** tab and click on **Add User** Button. .. image:: images/select_users.png :align: center | **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**. .. image:: images/add_user.png :align: center | **Step 5:** This will prompt a message saying **Success User added to database**. .. image:: images/success.png :align: center | Update an existing user's password or role in a specific instance database -------------------------------------------------------------------------- .. note:: Review the :ref:`mongodb_user_management` for help to update an user through API. **Step 1:** Select the user you want to update by clicking on the **pencil** icon. .. image:: images/update_user.png :align: center | **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**. .. image:: images/update_user_details.png :align: center | **Step4:** This will prompt a message saying **Success User details updated**. .. image:: images/user_details_updated_success.png :align: center | Delete an existing user from a specific instance database --------------------------------------------------------- .. note:: Review the :ref:`mongodb_user_management` for help to delete an user through API. **Step1**: Select the user to remove from the database by clicking on **cross** icon. .. image:: images/delete_user.png :align: center | **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. .. image:: images/confirmation.png :align: center | **Step3**: After clicking the **Delete Database User** will prompt a message saying **Success User removed from database**. .. image:: images/user_removed.png :align: center