Learn R Programming

paws.security.identity (version 0.1.3)

cognitoidentityprovider_admin_set_user_password: Admin set user password

Description

Admin set user password

Usage

cognitoidentityprovider_admin_set_user_password(UserPoolId, Username,
  Password, Permanent)

Arguments

UserPoolId

[required]

Username

[required]

Password

[required]

Permanent

Request syntax

svc$admin_set_user_password(
  UserPoolId = "string",
  Username = "string",
  Password = "string",
  Permanent = TRUE|FALSE
)