Reenables synchronization of data from the specified devices.
void unlockDevices(Collection<String> deviceIds) throws SUPAdminException;
If successful, returns silently. If unsuccessful, returns SUPAdminException.
List<String> deviceIds = new ArrayList<String>();
deviceIds.add("MBS_33");
// Unlock devices
deviceUser.unlockDevices(deviceIds);