Skip to content

Instantly share code, notes, and snippets.

@camdez
Last active December 17, 2015 16:09
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/5636706 to your computer and use it in GitHub Desktop.
Save camdez/5636706 to your computer and use it in GitHub Desktop.
OrgSync API: Accounts: List Custom Profile Fields
[
{
"name": "Gender",
"position": 1,
"id": 23569,
"type": "Selection",
"page": 1,
"instructions": "",
"choices": [
{
"name": "Male",
"id": 77883
},
{
"name": "Female",
"id": 77884
},
{
"name": "Other",
"id": 77885
}
]
},
{
"name": "Hometown",
"position": 2,
"id": 23571,
"type": "TextField",
"page": 1,
"instructions": ""
},
(...)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment