Update Account Password Policy

GET {{baseUrl}}/?Action=UpdateAccountPasswordPolicy&AllowUsersToChangePassword=&HardExpiry=&MaxPasswordAge=&MinimumPasswordLength=&PasswordReusePrevention=&RequireLowercaseCharacters=&RequireNumbers=&RequireSymbols=&RequireUppercaseCharacters=&Version=2010-05-08

This request allows you to update your AWS account's password policy.

Request Params

KeyDatatypeRequiredDescription
Actionstring
AllowUsersToChangePasswordnullAllows all IAM users in your account to use the AWS Management Console to change their own passwords. For more information, see Letting IAM Users Change Their Own Passwords in the IAM User Guide.
HardExpirynullPrevents IAM users from setting a new password after their password has expired. The IAM user cannot be accessed until an administrator resets the password.
MaxPasswordAgenullThe number of days that an IAM user password is valid.
MinimumPasswordLengthnullThe minimum number of characters allowed in an IAM user password.
PasswordReusePreventionnullSpecifies the number of previous passwords that IAM users are prevented from reusing.
RequireLowercaseCharactersnullSpecifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z).
RequireNumbersnullSpecifies whether IAM user passwords must contain at least one numeric character (0 to 9).
RequireSymbolsnullSpecifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters:
RequireUppercaseCharactersnullSpecifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z).
VersionstringThe version of the API.