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
-
api-v2-users-{name} - Fetch information about a user GET {{baseUrl}}/api/v2/users/:name
-
api-v2-users - List users in the system. GET {{baseUrl}}/api/v2/users?like=<string>&startsWith=<string>&showLimit=<integer>&fromName=<string>
-
api-v2-users-{name} - Delete a user DELETE {{baseUrl}}/api/v2/users/:name?ifExists=false
-
api-v2-users - Create a user POST {{baseUrl}}/api/v2/users?createMode=errorIfExists