Snowflake Role API
Number of APIs: 3
The Snowflake Role API is a REST API that you can use to access, update, and perform certain action on Roles in a Snowflake database.
Contact Support: Name: Snowflake, Inc. Email: support@snowflake.com
-
api-v2-roles-{name} - Delete a role DELETE {{baseUrl}}/api/v2/roles/:name?ifExists=false
-
api-v2-roles - Create a role POST {{baseUrl}}/api/v2/roles?createMode=errorIfExists
-
api-v2-roles - List roles available to account GET {{baseUrl}}/api/v2/roles?like=<string>&startsWith=<string>&showLimit=<integer>&fromName=<string>