Manage grants¶
The SNOWFLAKE REST Grant API provides the following endpoints to manage Snowflake grants:
Endpoint | Description |
|---|---|
| Grants privileges listed in the request body. |
| Grants privileges listed in the request body to all securables of the specified type in the given scope. |
| Revokes privileges listed in the path parameters. |
| Revokes the grant option for the privileges listed in the path parameters. |
| Revokes the privilege listed on the group securable in the specified scope. |
| Revokes the grant option for the privilege listed on the group securable in the given scope. |
| List the roles and privileges granted to the specified grantee using the output of SHOW GRANTS TO. |
For reference documentation, see Snowflake Grant API reference.