v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14130363656.8 KB

Changes user password(s) and/or access string.

get/#Action=ModifyUser

Query parameters

UserIdstring required

The ID of the user.

AccessStringstring

Access permissions string used for this user.

AppendAccessStringstring

Adds additional user permissions to the access string.

PasswordsString[]

The passwords belonging to the user. You are allowed up to two.

NoPasswordRequiredboolean

Indicates no password is required for the user.

Type'password' | 'no-password-required' | 'iam'

Specifies the authentication type. Possible options are IAM authentication, password and no password.

PasswordsString[]

Specifies the passwords to use for authentication if <code>Type</code> is set to <code>password</code>.

Specifies how to authenticate the user.

Action'ModifyUser' required
Version'2015-02-02' required

Response

Success