# Change User Password

> `UiPath.AmazonWebServices.Activities.ChangeUserPassword`

`UiPath.AmazonWebServices.Activities.ChangeUserPassword`

## Description

Changes the password for the specified IAM user.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Input

* **Name** - The name of the IAM user.
* **NewPassword** - The new password for the IAM user.
* **NewSecurePassword** - The new password for the IAM user, as a secure string.
  :::important
  Only one of the `NewPassword` or `NewSecurePassword` parameters must have a value.
  :::
* **ForcePasswordChange** - Indicates whether the IAM user should set a new password on the next sign-in. Default is set to `False`.

:::note
When `ForcePasswordChange` is enabled, the activity attaches `arn:aws:iam::aws:policy/IAMUserChangePassword` managed policy to the user. This provides the ability for the IAM user to change their own password.
:::
