Skip to main content

RecordedProfileInfo

Convenience type that mirrors the Profile data recorded during registration. If present, this indicates a user has completed the Profile step of registration.

type RecordedProfileInfo {
address: PhysicalAddress
mailingAddress: PhysicalAddress
maskedPhoneNumber: String
name: PersonName
}

Fields

RecordedProfileInfo.address ● PhysicalAddress object

The user's physical address

RecordedProfileInfo.mailingAddress ● PhysicalAddress object

The user's optional mailing address

RecordedProfileInfo.maskedPhoneNumber ● String scalar

Phone number, 10 digits expected. Note, if a number is present here, but RecordedPhoneContactInfo, this means the user has not verified the phone yet. If this value is present, it will be masked.

RecordedProfileInfo.name ● PersonName object

User's name

Member of

RecordedRegistrationData object