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:

    list users

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:

    list roles [for <user id>]
  • 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.

Last updated