Change Password
POST {{aws_cognito_identity_provider_base_url}}/?Action=ChangePassword
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | The access token. |
Request Body
{"AccessToken"=>"string", "PreviousPassword"=>"string", "ProposedPassword"=>"string"}