# Listing Users and Roles

## Listing Users

1. Log in to the Jupyter console as a user with one of these roles: AIZEN\_ADMIN, PROJECT\_CREATOR, or PROJECT\_ADMIN.
2. Create or open a notebook.
3. Execute the `list users` command to display a list of the users registered in Aizen:

   <pre data-overflow="wrap"><code>list users
   </code></pre>

## Listing Roles

1. Log in to the Jupyter console as user one of these roles AIZEN\_ADMIN or PROJECT\_ADMIN.
2. Create or open a notebook.
3. Execute the `list roles` command to display a list of the roles registered in Aizen:

   <pre data-overflow="wrap"><code>list roles [for &#x3C;user id>]
   </code></pre>

* If you do not specify the user ID, the command will list the roles for the current logged-in user.
* If you do not set the current project, the command will display only system-level roles that have been granted.
* If you set the current project, the output will include both system-level and project-level roles.
