Tag: SelectedResetPassword

The SelectedResetPassword function automates the action of resetting user passwords.


<SelectedResetPassword/>
XML

Tag Attributes

AttributesAttributes Value
KeepAliveTRUE (keeps dialog open) / FALSE - defaults to FALSE
PasswordAny string to be set as the new password
AutoGenerateTrue / False
forceChangePasswordNextSignInTrue / False
forceChangePasswordNextSignInWithMfaTrue / False

Example Script

<ytriaAutomation Application="sapio365">
	<SelectedResetPassword Password="Queen Size"/>
</ytriaAutomation>

Supplying a value for Password while setting AutoGenerate as "true" is not valid:

<ytriaAutomation Application="sapio365">
	<SelectedResetPassword AutoGenerate="true" Password="" forceChangePasswordNextSignIn="true" forceChangePasswordNextSignInWithMfa="true"  keepAlive="true"/>
</ytriaAutomation>
XML