Snowflake · Capability
Snowflake User API — user
Snowflake User API — user. 8 operations. Lead operation: Create a User. Self-contained Naftiko capability covering one Snowflake business surface.
What You Can Do
POST
Createuser
— Create a User
/v1/api/v2/users
GET
Listusers
— List Users in the System.
/v1/api/v2/users
GET
Fetchuser
— Fetch Information About a User
/v1/api/v2/users/{name}
DELETE
Deleteuser
— Delete a User
/v1/api/v2/users/{name}
PUT
Createoralteruser
— Create a (or Alter an Existing) User.
/v1/api/v2/users/{name}
GET
Listgrants
— List All Grants to the User
/v1/api/v2/users/{name}/grants
POST
Grant
— Grant a Role to the User
/v1/api/v2/users/{name}/grants
POST
Revokegrants
— Revoke Grants From the User
/v1/api/v2/users/{name}/grants-revoke
MCP Tools
create-user
Create a User
list-users-system
List Users in the System.
read-only
idempotent
fetch-information-about-user
Fetch Information About a User
read-only
idempotent
delete-user
Delete a User
idempotent
create-alter-existing-user
Create a (or Alter an Existing) User.
idempotent
list-all-grants-user
List All Grants to the User
read-only
idempotent
grant-role-user
Grant a Role to the User
revoke-grants-user
Revoke Grants From the User