Purge Unused Users

Purges unused device users based on the number of inactive days specified, and security configuration. The purge can be done synchronously or asynchronously.

Syntax

void purgeUsers(String securityConfiguration, Integer days, Boolean synchronous) throws SUPAdminException;

Returns

If successful, purges unused device users based on the number of inactive days. If unsuccessful, returns SUPAdminException.

Examples