usersAboutToExpirePasswords

IMPORTANT!  
Starting with v24.3, this is deprecated.
IMPORTANT!  
This function is deprecated starting with v24.

Returns the list of users whose passwords will expire within a specific number of days.

Syntax

Copy
function usersAboutToExpirePasswords(passwordExpireDaysMax : number): IFtosSystemUserExtended[];
 
Parameter Type Description
passwordExpireDaysMax number Maximum number of days until password expiration.

Return Value

Returns an array of IFtosSystemUserExtended objects that store the details of each user with an expiring password.

Type Aliases

Examples