Telephone

A telephone number, as stored in the database.

OBJECT SCHEMA

FieldTypeRequiredDescription
idUUIDYes

The unique ID of this object.

labelstringNo

The user-provided label. Defaults to "telephone".

numberstringNo

The parsed rawNumber, after validating the format. This value may not be a live phone number, but it has been checked to ensure it meets international standards.

rawNumberstringYes

The telephone number, as entered by the user.

primarystringNo

Assignee-provided description.

typenamestringYes

The GraphQL type name. Aways "Person".

* indicates a required field

Updated July 23, 2026