<no-db>/<no-store># GRANT ROLE custom_role TO USER 'user@domain.com';+------------+------------+------------------------------------------+|Type|Command|Summary|+============+============+==========================================+|rolegrant|ALTER|Role(s) "custom_role" granted to user ||||user"user@domain.com"|+------------+------------+------------------------------------------+<no-db>/<no-store># LIST USER ROLES;+---------------+-------------+-------------+---------------+|Name|IsCurrent|IsDefault|IsInherited|+===============+=============+=============+===============+|custom_role|false|false|false|+---------------+-------------+-------------+---------------+|orgadmin|true|false|false|+---------------+-------------+-------------+---------------+|public|false|false|true|+---------------+-------------+-------------+---------------+
Grant Role to another Role
<no-db>/<no-store># GRANT ROLE useradmin TO ROLE sysadmin;+------------+------------+------------------------------------------+|Type|Command|Summary|+============+============+==========================================+|rolegrant|ALTER|Role(s) "useradmin" were granted to ||||"sysadmin"|+------------+------------+------------------------------------------+<no-db>/<no-store># DESCRIBE ROLE sysadmin;+--------------+------------+------------------+--------------------+-------------+|Type|Name|Privilege|WithGrantOption|GrantedBy|+==============+============+==================+====================+=============+|role|public|usage|false|orgadmin|+--------------+------------+------------------+--------------------+-------------+|role|useradmin|usage|false|orgadmin|+--------------+------------+------------------+--------------------+-------------+