Working with users¶
The Snowflake REST User API provides the following endpoints to manage Snowflake users:
Endpoint |
Description |
---|---|
|
Creates a Snowflake user. |
|
Lists the users in the system. |
|
Fetches user information using the result of the DESCRIBE command. |
|
Deletes a user with the given name. |
For reference documentation, see Snowflake User API reference