Skip to main content

FindUnclaimedAccountInput

A request to find an unclaimed account.

input FindUnclaimedAccountInput {
brand: ID @deprecated
dateOfBirth: DateString!
nonce: String
recaptchaToken: String!
ssn: SSNString!
}

Fields

FindUnclaimedAccountInput.brand ● ID deprecated scalar

DEPRECATED: Brand is no longer required for finding unclaimed accounts

The brand under which the account is expected to reside.

FindUnclaimedAccountInput.dateOfBirth ● DateString! non-null scalar

The date of birth of the account holder.

FindUnclaimedAccountInput.nonce ● String scalar

An opaque nonce that the client might send. If present and valid, may be used to automatically verify the user's email.

FindUnclaimedAccountInput.recaptchaToken ● String! non-null scalar

A recaptcha token to mitigate bot abuse.

FindUnclaimedAccountInput.ssn ● SSNString! non-null scalar

The SSN of the account holder.

Member of

findUnclaimedAccount query