Manage 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. |
|
Creates a new, or alters an existing, user. |
|
List all grants to the user. |
|
Grants a role to the specified user. |
|
Revokes grants from the specified user. |
For reference documentation, see Snowflake User API reference