Developer Services‎ > ‎UserV1‎ > ‎

GetUser

Retrieves user profile information for an OAuth user currently accessing the API (the "resource owner" when using 3-legged OAuth authentication).

URL

https://secure.healthx.com/api/UserV1/GetUser

HTTP Verb

GET

          

Example Response
            
                <User>
<UserID>415b2r88-r2ba-d621-ba7i-a77rab24568t</UserID>
<UserName>aeinstein</UserName>
<LastLogin>2010-02-28T11:07:21</LastLogin>
<FirstName>Alfred</FirstName>
<LastName>Einstein</LastName>
<EmailAddress>aeinstein@physics.com</EmailAddress>
<EmailAddressContact>false</EmailAddressContact>
<Voice>1-3344758624</Voice>
<VoiceContact>false</VoiceContact>
<Fax/>
<FaxContact>false</FaxContact>
<TextMessage/>
<TextMessageContact>false</TextMessageContact>
<AddressStreet>186k AEther Ave.</AddressStreet>
<AddressCity>Planck</AddressCity>
<AddressState>IN</AddressState>
<AddressZip>46267     </AddressZip>
<AddressContact>false</AddressContact>
</User>
Comments