Application Users Retrieval

Retrieves a list of application users specified by search criteria, and returns the results according to sorting criteria.

Syntax

PaginationResult<UserInfoVO> listUsers(UserSearchCriteriaVO searchCondition, Long skip, Long take, UserSortVO sortInfo) throws SUPAdminException;

Returns

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

Examples