ftos.identity.users.getInactive

IMPORTANT!  
Starting with v24.3.0, this is renamed from inactiveUsers to ftos.identity.users.getInactive.

Returns a list of users that haven't been active for a specified number of days.

This is a business logic method for business service components.

Syntax

Copy
function ftos.identity.users.getInactive(daysOfInactivity : number): IFtosSystemUser[];
 
Parameter Type Description
daysOfInactivity number Duration in days since the users haven't been active.

Return Value

Returns an array of IFtosSystemUser objects that store the details of each inactive user.

Type Aliases

Examples