Skip to content

SudoSOS Back-end API / notifications/notification-options / UserTypeUpdatedWithResetOptions

Class: UserTypeUpdatedWithResetOptions ​

User type updated notification with a password reset link.

Extends ​

Constructors ​

Constructor ​

ts
new UserTypeUpdatedWithResetOptions(
   email, 
   fromType, 
   toType, 
   url?): UserTypeUpdatedWithResetOptions;

Parameters ​

ParameterTypeDescription
emailstringThe user's email address.
fromTypestringThe old user type.
toTypestringThe new user type.
url?stringOptional password reset URL.

Returns ​

UserTypeUpdatedWithResetOptions

Overrides ​

TemplateOptions.constructor

Properties ​

PropertyModifierTypeDescription
emailpublicstringThe user's email address.
fromTypepublicstringThe old user type.
toTypepublicstringThe new user type.
url?publicstringOptional password reset URL.