Person

A Person represents a human being to which the logged in user has a business relationship. It is a type of Contact, and may be related to a User Account (via a Role) or Organizational Unit via a Contact Assignment.

A Person implements the Contact interface.

OBJECT SCHEMA

FieldTypeRequiredDescription
idUUIDYes

The unique ID of this object.

externalUserIdstringNo

The user ID from the originating system or website.

displayNamestringNo

The displayName of this person, usually the given + family names.

givenNamestringNo

The first (given) name of the Person.

familyNamestringNo

The last (family) name of the Person.

descriptionstringNo

Assignee-provided description.

primaryEmailEmailNo

The primary email for this Person.

emailsEmail[]No

All emails related to this Person.

primaryTelephoneTelephoneNo

The primary telephone for this Person

telephoneTelephone[]No

All telephones related to this Person.

notesNote[]No

Any notes entered by the Assignee.

addressesAddress[]No

Any addresses entered by the Assignee.

typenamestringYes

The GraphQL type name. Aways "Person".

* indicates a required field

Updated July 23, 2026