Retrieval of a User's Devices

Retrieves a list of all devices for a user.

Syntax

Collection<DeviceInfoVO> listDevicesByUser(String userName) throws SUPAdminException;

Returns

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

Examples