pl-api
    Preparing search index...

    Interface AdminPerformAccountActionParams

    interface AdminPerformAccountActionParams {
        report_id?: string;
        send_email_notification?: boolean;
        text?: string;
        warning_preset_id?: string;
    }
    Index

    Properties

    report_id?: string

    String. The ID of an associated report that caused this action to be taken.

    send_email_notification?: boolean

    Boolean. Should an email be sent to the user with the above information?

    text?: string

    String. Additional clarification for why this action was taken.

    warning_preset_id?: string

    String. The ID of a preset warning.