Any API to get MSISDN? Or any other user/device information?Apr 05, 2012 08:18 PM
<P>Hi,<BR /><BR />Do I have access to any unique User information?<BR /><BR />For example, I need to use getDeviceCapabilities</P>
<P> </P>
<P>It seems that the user can log in using these methods:</P>
<P> </P>
<P>OAuth combines the following end-user interactions and related functionality:</P>
<UL>
<LI>Authentication of the end user as an AT&T subscriber, method 1 ¿ username + password</LI>
<LI>Authentication of the end user as an AT&T subscriber, method 2 ¿ MSISDN + PIN</LI>
<LI>Authentication of the end user as an AT&T subscriber, method 3 ¿ on-network detection</LI>
<LI>End-user registration linkage for authentication method 1 (username + password)</LI>
<LI>Password management linkage for authentication method 1 (username + password)</LI>
<LI>Consent as a means of capturing end-user authorization for the application to use the AT&T network</LI>
</UL>
<P>Now, I don't know how that is relevant, but for example, I want to call the API GetDeviceCapabilities:</P>
<P><A href="https://api.att.com/1/devices/{address}/info{?access_token=[token]}" target="_blank" rel="nofollow noopener noreferrer">https://api.att.com/1/devices/{address}/info{?access_token=[token]}</A></P>
<P> </P>
<P>Where address is the phone number, MSISDN, according to the docs.</P>
<P> </P>
<P>Okay, I can get accessToken, but how to get that MSISDN? Any API for that?</P>
<P> </P>
<P>Thanks</P>
'Re: Any API to get MSISDN? Or any other user/device information?'Apr 11, 2012 06:52 PM
Hello,
You would need to implement some sort of user management in your webapp. Most likely you would need a server (webserver) store user information that is collected during a user's signup (including MSISDN). Whenever the user logs in, you can retrieve their MSISDN. Of course, you would need to get the consent of the user for storing their MSISDN, which I assume some users will allow and others won't.
You could also just prompt them for it when they lauch your app. You wouldn't need to store it, but just request the information (MSISDN) in a web form, and use that in your device capabilities request.
Hope that helps,
--brett
Please confirm that you want to flag this content as inappropriate.
???forums.modal.inappropriate.message???
Please confirm that you want to delete this content.