MonoCloud Management SDK
    Preparing search index...

    Interface ResetPasswordRequest

    Reset Password Request: Defines the options used to initiate a password reset flow for a user.

    ResetPasswordRequest

    interface ResetPasswordRequest {
        expiry?: number | null;
        send_email?: boolean;
    }
    Index

    Properties

    Properties

    expiry?: number | null

    Lifetime of the password reset link (in seconds). Defaults to the system configuration when omitted.

    ResetPasswordRequest

    send_email?: boolean

    A flag indicating whether the password reset link should be automatically delivered to the user's email address.

    ResetPasswordRequest