Skip to content

Instantly share code, notes, and snippets.

@camdez
Last active October 5, 2015 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camdez/2846393 to your computer and use it in GitHub Desktop.
Save camdez/2846393 to your computer and use it in GitHub Desktop.
OrgSync API: Accounts: List All Accounts
[
{
"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": "no-reply@orgsync.com",
"first_name": "Jami",
"state": "TX",
"zip": "78705",
"country": "US"
},
(...)
]
@snoozbuster
Copy link

This snippet has the key email_address but the actual key returned by the API (and listed in the docs) is just email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment