- getAgents(__namedParameters): Promise<{
active: null | boolean;
address: null | string;
background_information: null | string;
can_see_all_tickets_from_associated_departments: null | boolean;
created_at: null | string;
custom_fields?: any;
department_ids: null | number[];
email: string;
first_name: string;
has_logged_in: null | boolean;
id: number;
job_title: null | string;
language: null | string;
last_active_at: null | string;
last_login_at: null | string;
last_name: null | string;
location_id: null | number;
member_of?: any;
mobile_phone_number: null | string;
observer_of?: any;
occasional: boolean;
reporting_manager_id: null | number;
roles?: any;
scoreboard_level_id: null | number;
time_format: null | string;
time_zone: null | string;
updated_at: null | string;
work_phone_number: null | string;
}[]>
-
Parameters
-
__namedParameters: BaseGetInput
Returns Promise<{
active: null | boolean;
address: null | string;
background_information: null | string;
can_see_all_tickets_from_associated_departments: null | boolean;
created_at: null | string;
custom_fields?: any;
department_ids: null | number[];
email: string;
first_name: string;
has_logged_in: null | boolean;
id: number;
job_title: null | string;
language: null | string;
last_active_at: null | string;
last_login_at: null | string;
last_name: null | string;
location_id: null | number;
member_of?: any;
mobile_phone_number: null | string;
observer_of?: any;
occasional: boolean;
reporting_manager_id: null | number;
roles?: any;
scoreboard_level_id: null | number;
time_format: null | string;
time_zone: null | string;
updated_at: null | string;
work_phone_number: null | string;
}[]>