InternalServiceSetResetPasswordUsersNotified Method

Sets reset password token notification sent flag for given accounts

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute]
public void SetResetPasswordUsersNotified(
	ADAMObjectForResetPassword[] usersToNotify
)

Parameters

usersToNotify  ADAMObjectForResetPassword

See Also