Function getRequesters

  • Parameters

    • __namedParameters: BaseGetInput

    Returns Promise<{
        active: boolean;
        address: null | string;
        background_information: null | string;
        can_see_all_tickets_from_associated_departments: boolean;
        created_at: string;
        custom_fields?: any;
        department_ids: any[];
        external_id: null | string;
        first_name: string;
        has_logged_in: boolean;
        id: number;
        is_agent: boolean;
        job_title: null | string;
        language: string;
        last_name: null | string;
        location_id: null | number;
        mobile_phone_number: null | string;
        primary_email: null | string;
        reporting_manager_id: null | number;
        secondary_emails: any[];
        time_format: string;
        time_zone: string;
        updated_at: string;
        vip_user: boolean;
        work_phone_number: null | string;
    }[]>

Generated using TypeDoc