Telephone
A telephone number, as stored in the database.
OBJECT SCHEMA
| Field | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | The unique ID of this object. |
label | string | No | The user-provided label. Defaults to "telephone". |
number | string | No | 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. |
rawNumber | string | Yes | The telephone number, as entered by the user. |
primary | string | No | Assignee-provided description. |
typename | string | Yes | The GraphQL type name. Aways "Person". |
* indicates a required field
Updated July 23, 2026