Skip to main content
The information_schema.applicable_roles view lists the roles that are granted to the current user, as well as those the user either owns or has the necessary privilege to manage. You can use a SELECT query to return information about each role as shown in the example below.
Similarly, you can use the org_db.information_schema.applicable_roles to view the roles in your organization:
The org_db catalog and organization-level information schema views are not supported in Firebolt OSS.
See also information_schema.transitive_applicable_roles here.
Read more about RBAC roles here.

Columns in information_schema.applicable_roles

Each row has the following columns with information about the role.