List users in the system.
GET {{baseUrl}}/api/v2/users?like=<string>&startsWith=<string>&showLimit=<integer>&fromName=<string>
Lists the users in the system.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
like | string | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | |
startsWith | string | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | |
showLimit | string | Query parameter to limit the maximum number of rows returned by a command. | |
fromName | string | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"name":"\u003cstring\u003e","password":"\u003cstring\u003e","login_name":"\u003cstring\u003e","display_name":"\u003cstring\u003e","first_name":"\u003cstring\u003e","middle_name":"\u003cstring\u003e","last_name":"\u003cstring\u003e","email":"\u003cstring\u003e","must_change_password":"\u003cboolean\u003e","disabled":"\u003cboolean\u003e","days_to_expiry":"\u003cinteger\u003e","mins_to_unlock":"\u003cinteger\u003e","default_warehouse":"\u003cstring\u003e","default_namespace":"\u003cstring\u003e","default_role":"\u003cstring\u003e","default_secondary_roles":"\u003cstring\u003e","mins_to_bypass_mfa":"\u003cinteger\u003e","rsa_public_key":"\u003cstring\u003e","rsa_public_key_fp":"\u003cstring\u003e","rsa_public_key_2":"\u003cstring\u003e","rsa_public_key_2_fp":"\u003cstring\u003e","comment":"\u003cstring\u003e","type":"\u003cstring\u003e","created_on":"\u003cdateTime\u003e","last_successful_login":"\u003cdateTime\u003e","expires_at":"\u003cdateTime\u003e","locked_until":"\u003cdateTime\u003e","has_password":"\u003cboolean\u003e","has_rsa_public_key":"\u003cboolean\u003e","ext_authn_duo":"\u003cboolean\u003e","ext_authn_uid":"\u003cstring\u003e","owner":"\u003cstring\u003e","snowflake_lock":false,"snowflake_support":false,"mins_to_bypass_network_policy":"\u003cinteger\u003e","password_last_set":"\u003cdateTime\u003e","custom_landing_page_url":"\u003cstring\u003e","custom_landing_page_url_flush_next_ui_load":false},{"name":"\u003cstring\u003e","password":"\u003cstring\u003e","login_name":"\u003cstring\u003e","display_name":"\u003cstring\u003e","first_name":"\u003cstring\u003e","middle_name":"\u003cstring\u003e","last_name":"\u003cstring\u003e","email":"\u003cstring\u003e","must_change_password":"\u003cboolean\u003e","disabled":"\u003cboolean\u003e","days_to_expiry":"\u003cinteger\u003e","mins_to_unlock":"\u003cinteger\u003e","default_warehouse":"\u003cstring\u003e","default_namespace":"\u003cstring\u003e","default_role":"\u003cstring\u003e","default_secondary_roles":"\u003cstring\u003e","mins_to_bypass_mfa":"\u003cinteger\u003e","rsa_public_key":"\u003cstring\u003e","rsa_public_key_fp":"\u003cstring\u003e","rsa_public_key_2":"\u003cstring\u003e","rsa_public_key_2_fp":"\u003cstring\u003e","comment":"\u003cstring\u003e","type":"\u003cstring\u003e","created_on":"\u003cdateTime\u003e","last_successful_login":"\u003cdateTime\u003e","expires_at":"\u003cdateTime\u003e","locked_until":"\u003cdateTime\u003e","has_password":"\u003cboolean\u003e","has_rsa_public_key":"\u003cboolean\u003e","ext_authn_duo":"\u003cboolean\u003e","ext_authn_uid":"\u003cstring\u003e","owner":"\u003cstring\u003e","snowflake_lock":false,"snowflake_support":false,"mins_to_bypass_network_policy":"\u003cinteger\u003e","password_last_set":"\u003cdateTime\u003e","custom_landing_page_url":"\u003cstring\u003e","custom_landing_page_url_flush_next_ui_load":false}]