Syntax
Alter user name
Alter user properties
Alter user authentication method
Parameters
| Parameter or clause | Description |
|---|---|
| user_name | The name of the user to be modified. |
| new_user_name | The new name of the user. |
| system_permission | See the options for system permissions of the CREATE USER command. |
The
rwadmin user cannot be altered, renamed, or dropped except for password changes made by the rwadmin user itself. This restriction ensures system security for cloud control plane operations.jwks_url and issuer parameters are mandatory. On the other hand, other_params_should_match is an optional parameter that will be validated against jwt.claims. Ensure that all keys in the options are in lowercase.
kid and alg are required in the header of JWT, and kid is also required in the JWKs returned by the JWKS server. All parameters set in user creation (except jwks_url) will be checked in the claims of JWT. Any mismatch will deny the login process.Examples
The following statement renames the useruser1 to user001.
user001.