Snowflake User API

Number of APIs: 4

The Snowflake User API is a REST API that you can use to access, update, and perform certain action on Users in a Snowflake database.

Contact Support: Name: Snowflake, Inc. Email: support@snowflake.com

  1. api-v2-users-{name} - Fetch information about a user GET {{baseUrl}}/api/v2/users/:name

  2. api-v2-users - List users in the system. GET {{baseUrl}}/api/v2/users?like=<string>&startsWith=<string>&showLimit=<integer>&fromName=<string>

  3. api-v2-users-{name} - Delete a user DELETE {{baseUrl}}/api/v2/users/:name?ifExists=false

  4. api-v2-users - Create a user POST {{baseUrl}}/api/v2/users?createMode=errorIfExists