Strise Connect API Docs
TypesObjects

ConnectPrivatePersonRegistrySearchResource

A private person search result from a registry.

type ConnectPrivatePersonRegistrySearchResource {
  identifier: EntityIdentifier
  name: String!
  gender: Gender
  birthDate: Date
  birthYear: Year
  address: [Address!]!
  citizenship: [Country!]!
}

Fields

identifier EntityIdentifier object

EntityIdentifier

name String! non-null scalar

String! Person name.

gender Gender enum

Gender The gender of the person.

birthDate Date scalar

Date The birth date of the person.

birthYear Year scalar

Year The birth year of the person.

address [Address!]! non-null object

[Address!]!

citizenship [Country!]! non-null object

[Country!]!

Returned By

privatePersonRegistrySearch query

On this page