UpdateUserPasswordRequest: {
    password: string;
    sendEmail: boolean;
    userId: string;
}

Type declaration

  • password: string

    The new password.

  • sendEmail: boolean

    Whether or not to send an email alerting the user their password has changed.

  • userId: string

    ID of the user to update.