Custom Field Object


Properties
idstringRead-onlyformat GUID

Custom field ID.


namestringminLength 1maxLength 150

Custom field title.


keystringRead-only

Custom field key.


defaultPrivacystring

Privacy level of the custom field.


fieldTypestring

Type of information to provide for members.


socialTypestring

Social network type.


fieldOriginstringRead-only

Field origin.


appliesTostringRead-only

Which members will have the custom field in their profile.


sectionstringRead-only

A section which the field belongs to.


createdDatestringRead-onlyformat date-time

Date and time when the field was created.


updatedDatestringRead-onlyformat date-time

Date and time when the field was updated.


revisionintegerformat uint64

Revision number, which increments by 1 each time the custom field is updated. To prevent conflicting changes, the existing revision must be used when updating a custom field.

Did this help?