information_schema.enabled_roles view lists roles in a Firebolt account that is either owned by a user or comes with role privileges to access.
The following code example uses a SELECT query to return information about each role:
org_db.information_schema.enabled_roles to view enabled roles in your organization:
The
org_db catalog and organization-level information schema views are not supported in Firebolt OSS.For more information about permissions to access and perform operations on specific objects by role, see Manage role-based access control.