Retrieval of Device Application Users

Retrieves a list of device application users for a specified device.

Application users are individuals who have been registered manually, through messaging-based applications, or automatically, through replication-based applications. A device can support more than one user.

Syntax

Collection<UserInfoVO> listUsersByDevice(String deviceId) throws SUPAdminException;

Returns

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

Examples