Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Represents a field in a ProfileObjectType.

Hierarchy

  • ObjectTypeField

Properties

ContentType?: string

The content type of the field. Used for determining equality when searching.

Source?: string

A field of a ProfileObject. For example: _source.FirstName, where “_source” is a ProfileObjectType of a Zendesk user and “FirstName” is a field in that ObjectType.

Target?: string

The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.