Created
August 2, 2011 18:56
-
-
Save IndiceeCoder/1120904 to your computer and use it in GitHub Desktop.
Getting Started With The Indicee API And OAuth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<users> | |
<account> | |
<attributes> | |
<account_attribute value="100" name="indicee.app_user_limit" hierarchical="false"/> | |
... | |
</attributes> | |
<created_time>2010-10-26T13:55:37Z</created_time> | |
<display_name>adamsmith</display_name> | |
<email>adamsmith@indicee.com</email> | |
<first_name>adam</first_name> | |
<id>1234</id> | |
<industry></industry> | |
<last_name>smith</last_name> | |
<organization>indicee</organization> | |
<phone>1234567890</phone> | |
<status>ACTIVE</status> | |
<title>developer</title> | |
</account> | |
</users> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment