Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Info

Note: InTouch must enable this feature before you will get the extra UUID

Once the feature is enabled, the GET call to the web service will return the InTouch UUID in the extraProviderIDs section.

Code Block
languagehtml/xml
titlehttps://<domain>/connector/api/2011-11/user?provider=PROVIDER_ID?client_id&clientID=xxxx&club_idclubID=xxxx&recordID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
<user>
   <providerInfo>
      <identifier>PROVIDER_ID</identifier>
      <clientID>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</clientID>
      <clubID>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</clubID>
      <recordID>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</recordID>
   </providerInfo>
   <extraProviderIDs>
       <inTouchID>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</inTouchID>
    </extraProviderIDs>
   <userInfo>
      <firstname>Foo</firstname>
      <lastname>Bar</lastname>
      ...
   </userInfo>
</user>