DEV

Type.

Person

Represents a person, including their details and metadata.

Fields

companyName

String

The company name associated with the person.

createdAt

DateTime!

Required

The timestamp when the person record was created.

createdBy

ID!

Required

The ID of the user or system that created the person record.

email

String

The email address of the person.

firstName

String

The first name of the person.

id

ID!

Required

The unique identifier for the person.

lastName

String

The last name of the person.

metadata

[PartyMetadata]

Additional metadata associated with the person.

mode

Mode!

Required

Specifies whether the Person is in live or test mode.

organization

ID!

Required

The unique identifier for the organization associated with the person.

phone

String

The phone number of the person.

updatedAt

DateTime!

Required

The timestamp when the person record was last updated.

updatedBy

ID!

Required

The ID of the user or system that last updated the person record.

Was this page helpful?