# FxUI.organization.getEmployeesByIds(employeeIds)

This method obtains personnel information through personnel IDs.

# parameter

parameter illustrate type Optional value Default value
employeeIds Person IDs string、number

# usage

This method returns personnel information, as shown in the following example:

const employees = FxUI.organization.getEmployeesByIds([1000,1001]);
console.log(employees);
lastUpdate: 10/21/2022, 5:22:27 PM