snowflake-users
Lists all users in Snowflake account.
snowflake-users profile=PROFILE
- profile=PROFILE
- Snowflake profile name
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| name | String | Name | Name of the user |
| display_name | String | Display Name | Name displayed for the user in Snowsight |
| login_name | String | Login Name | Name that the user enters to log into the system |
| String | Email address for the user | ||
| disabled | Bool | Disabled | If TRUE, the user is locked out of Snowflake |
| must_change_password | Bool | Must Change Password | If TRUE, the user must change password on next login |
| password_last_set_time | Date | Password Last Set Time | Date and time of the user's last password change |
| type | String | Type | User type classification |
| has_rsa_public_key | Bool | Has RSA Public Key | If TRUE, the user has a public key for authentication |
| created_on | Date | Created On | Date and time when the user was created |