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

  1. api-v2-roles-{name} - Delete a role DELETE {{baseUrl}}/api/v2/roles/:name?ifExists=false

  2. api-v2-roles - Create a role POST {{baseUrl}}/api/v2/roles?createMode=errorIfExists

  3. api-v2-roles - List roles available to account GET {{baseUrl}}/api/v2/roles?like=<string>&startsWith=<string>&showLimit=<integer>&fromName=<string>