01-27-2010 02:41 PM
We use BES 5.0 for Exchange. The users are created with their active directory username. How can I retrieve the owners network id within my applications to use in retrieving other info that is user restriced or to get more personal info to use in apps that is stored in our databases?
02-09-2010 12:09 PM
Hi tom_apx,
You are able to retrieve the home carrier/network names using the Device API. The Device for a specific user ID can be retrieved via the findDeviceForUser() call. As well you can get the Vendor ID, however the network MCC and MNC are not currently retrievable via the BAA.
Regards,