Retrieval of a List of Package Users

Retrieves a list of package users for a package.

Syntax

PaginationResult<PackageUserVO> getPackageUsers(PackageUser_SortVO 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