Retrieval of a List of Application Users

Retrieves a list of application users.

Syntax

PaginationResult<ApplicationVO> getApplicationUsers(ApplicationUser_FilterSortVO filter, Long offset, Integer length) throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples