# FxUI.organization.getEmployeeById(employeeId)

This method obtains personnel information by their IDs.

# parameter

parameter illustrate type Optional value Default value
employeeId Person ID string、number

# usage

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

const employee = FxUI.organization.getEmployeeById(1000);
console.log(employee);
lastUpdate: 10/21/2022, 5:22:27 PM