RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface UnbanUserDto

    Data Transfer Object for unbanning a user.

    interface UnbanUserDto {
        unbannedBy: string;
        unbanReason?: string | null;
    }
    Index

    Properties

    unbannedBy: string

    The identifier of the staff member removing the ban.

    unbanReason?: string | null

    The reason for lifting the ban.