Last active
October 5, 2015 17:47
-
-
Save camdez/2846393 to your computer and use it in GitHub Desktop.
OrgSync API: Accounts: List All Accounts
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 gardening, but I especially enjoy taking care of flowers such as tulips, my favorite!", | |
"address": "3308 Red River Apt 106", | |
"city": "Austin", | |
"last_login": "2011-05-13T15:38:11Z", | |
"username": "demo", | |
"id": 1834, | |
"phone_number": "214-682-0000", | |
"last_name": "Williams", | |
"email_address": "[email protected]", | |
"first_name": "Jami", | |
"state": "TX", | |
"zip": "78705", | |
"country": "US" | |
}, | |
(...) | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This snippet has the key
email_address
but the actual key returned by the API (and listed in the docs) is justemail
.