Custom Field Suggestion Object


Properties
namestringmaxLength 150

Custom field name.


defaultPrivacystring

Privacy level of the custom field.


fieldTypestring

Type of information to provide for members.


socialTypestring

Social network type.


fieldOriginstring

Field origin.


customFieldIdstringformat GUID

Custom field ID.

CustomFieldSuggestion
JSON
{ "name": "Favorite Animal", "defaultPrivacy": "PRIVATE", "fieldType": "TEXT", "socialType": "UNKNOWN", "fieldOrigin": "CUSTOM", "customFieldId": "e75aee4c-21c1-469a-ad3e-8f64ab8073cc" }
Did this help?