Manage roles¶
The Snowflake REST Role API provides the following endpoints to manage Snowflake roles:
Endpoint |
Description |
---|---|
|
Creates a role according to the specified parameters. |
|
Lists the roles available to the user’s account. |
|
Deletes the specified role. |
|
Lists all grants to the role. |
|
Grants privileges to the specified role. |
|
Revokes grants from the specified role. |
|
Lists all grants of the specified role. |
|
Lists all grants on the specified role. |
|
Lists all future grants to the specified role. |
|
Grants future privileges to the specified role. |
|
Revokes future grants from the specified role |
For reference documentation, see Snowflake Role API reference.