Created
June 20, 2011 21:48
-
-
Save IndiceeCoder/1036671 to your computer and use it in GitHub Desktop.
accounts show
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
GET /api/accounts/show.xml HTTP/1.1 | |
Authorization: OAuth xxxxxxx | |
Host: secure.indicee.com |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<users> | |
<account> | |
<created_time>Tue Apr 07 22:52:51 +0000 2009</created_time> | |
<id>1472669360</id> | |
<status>ACTIVE/UNCONFIRMED/DELETED</status> | |
<first_name>Min</first_name> | |
<last_name>Li</last_name> | |
<display_name>min</display_name> | |
<description>...</description> | |
<image>63b5eb18-6afa-4d3a-b979-0e500105982f.jpg</image> | |
<industry>internet</industry> | |
<company>indicee</company> | |
<title>reader</title> | |
<phone>604-1234567</phone> | |
<email>minl@indicee.com</email> | |
<attributes> | |
<account_attribute value="1048576" name="indicee.disk_quota" hierarchical="true"/> | |
<account_attribute value="5242880" name="indicee.max_upload_size" hierarchical="true"/> | |
</attributes> | |
</account> | |
</users> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment