Last active
October 5, 2015 17:47
-
-
Save camdez/2846639 to your computer and use it in GitHub Desktop.
OrgSync API: Accounts: Update 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
{ | |
"org_ids": [19, 225, (...)], | |
"about_me": "I love politics, art museums, and soccer.", | |
"address": "3308 Red River Apt 106", | |
"city": "Austin", | |
"last_login": "2011-08-05T13:53:07Z", | |
"username": "demo_user_0007", | |
"id": 1918, | |
"profile_responses": [ | |
{ | |
"data": { | |
"name": "2014", | |
"id": 77908 | |
}, | |
"element": { | |
"name": "Projected Graduation Year", | |
"id": 23576, | |
"type": "Selection" | |
} | |
}, | |
{ | |
"data": "3.2", | |
"element": { | |
"name": "GPA:", | |
"id": 72911, | |
"type": "TextField" | |
} | |
}, | |
(...) | |
], | |
"phone_number": "512-388-4668", | |
"last_name": "Tallon", | |
"birthday": "2009-04-22T00:00:00Z", | |
"email": "[email protected]", | |
"first_name": "Amelia", | |
"state": "TX", | |
"zip": "78705" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment