paws.security.identity (version 0.1.0)

directoryservice_reset_user_password: Resets the password for any user in your AWS Managed Microsoft AD or Simple AD directory

Description

Resets the password for any user in your AWS Managed Microsoft AD or Simple AD directory.

Usage

directoryservice_reset_user_password(DirectoryId, UserName, NewPassword)

Arguments

DirectoryId

[required] Identifier of the AWS Managed Microsoft AD or Simple AD directory in which the user resides.

UserName

[required] The user name of the user whose password will be reset.

NewPassword

[required] The new password that will be reset.

Request syntax

svc$reset_user_password(
  DirectoryId = "string",
  UserName = "string",
  NewPassword = "string"
)