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 ​
| Parameter | Type | Description |
|---|---|---|
email | string | The user's email address. |
fromType | string | The old user type. |
toType | string | The new user type. |
url? | string | Optional password reset URL. |
Returns ​
UserTypeUpdatedWithResetOptions
Overrides ​
Properties ​
| Property | Modifier | Type | Description |
|---|---|---|---|
email | public | string | The user's email address. |
fromType | public | string | The old user type. |
toType | public | string | The new user type. |
url? | public | string | Optional password reset URL. |