Last active
October 5, 2015 17:28
-
-
Save camdez/2844754 to your computer and use it in GitHub Desktop.
OrgSync API: Accounts: Show Single Account
This file contains 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
{ | |
"about_me": "I love politics, art museums, and soccer.", | |
"address": "3308 Red River Apt 106", | |
"city": "Austin", | |
"first_name": "Amy", | |
"last_login": "2011-08-05T18:53:07Z", | |
"id": 1918, | |
"state": "TX", | |
"country": "US", | |
"last_name": "Tallon", | |
"pic_url": "https://d1nrm4vx8nf098.cloudfront.net/6j4dbzvc0g22u4_64.jpg", | |
"profile_responses": [ | |
{ | |
"data": { | |
"name": "Female", | |
"id": 77884 | |
}, | |
"element": { | |
"name": "Gender", | |
"id": 23569, | |
"type": "Selection" | |
} | |
}, | |
{ | |
"data": { | |
"name": "Junior", | |
"id": 77888 | |
}, | |
"element": { | |
"name": "Classification", | |
"id": 23570, | |
"type": "Selection" | |
} | |
}, | |
{ | |
"data": "Houston, Tx", | |
"element": { | |
"name": "Hometown", | |
"id": 23571, | |
"type": "TextField" | |
} | |
}, | |
{ | |
"data": "Photography", | |
"element": { | |
"name": "Major", | |
"id": 23572, | |
"type": "TextField" | |
} | |
}, | |
{ | |
"data": "0007", | |
"element": { | |
"name": "Student ID", | |
"id": 23574, | |
"type": "TextField" | |
} | |
}, | |
{ | |
"data": null, | |
"element": { | |
"name": "Ethnicity", | |
"id": 23575, | |
"type": "Selection" | |
} | |
}, | |
{ | |
"data": { | |
"name": "2010", | |
"id": 77904 | |
}, | |
"element": { | |
"name": "Projected Graduation Year", | |
"id": 23576, | |
"type": "Selection" | |
} | |
}, | |
{ | |
"data": "3.2", | |
"element": { | |
"name": "GPA:", | |
"id": 72911, | |
"type": "TextField" | |
} | |
} | |
], | |
"username": "demo_user_0007", | |
"org_ids": [ | |
19, | |
225, | |
226, | |
229, | |
394, | |
17661, | |
25045, | |
25046, | |
25047, | |
25084, | |
25539, | |
25567, | |
27221, | |
37448, | |
37450, | |
37451 | |
], | |
"email": "[email protected]", | |
"phone_number": "512-388-4668", | |
"zip": "78705" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment