---
title: "Manage Database Users"
component: "cloud"
version: "main"
module: "security"
html_url: "/cloud/main/security/manage-db-users.html"
---

[View as HTML](/cloud/main/security/manage-db-users.html) · [Documentation index](/llms.txt)

# Manage Database Users

When you connect to a TigerGraph Cloud Classic instance programmatically, such as from connectors like pyTigerGraph or the remote GSQL client, you often need to provide credentials that are created in the database of your cluster. This is different from your TigerGraph Organization account which allows you to log in to clusters in your organization to which you have access.

> [!NOTE]
> You can only create database users for clusters created after August 18th, 2022.

![database access](_images/database-access.png) 

## Create a database user

### Prerequisite

* Your TigerGraph Cloud Classic account has role Organization Admin

### Procedure

1. From the Cloud portal, go to **Clusters**.
2. Find the cluster you want to create users for, and select **Access Management**.
3. From the Cluster Access Management page, click **Database Access**.
4. Click **Add Database User** and specify the username and password.  
   * Make sure to keep a record of the username and password when you create the user. The password is no longer visible once you leave the page.
5. Assign roles to the user as needed. For details on TigerGraph's role-based access control model, see [Access Control Model](#tigergraph-server:user-access:access-control-model.adoc#%5Frole%5Fbased%5Faccess%5Fcontrol).

## Delete a database user

### Prerequisite

* Your TigerGraph Cloud Classic account has role Organization Admin

### Procedure

1. From the Cloud portal, go to **Clusters**.
2. Find the cluster you want to create users for, and select **Access Management**.
3. From the Cluster Access Management page, click **Database Access**.
4. Find the user you want to delete, and click the trashcan **Delete** button in the Actions column.
