> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# RequestDocumentVerificationLinkInput

> Input type for requesting user verification

**Input object**

Input type for requesting user verification

## Input fields

<ParamField name="gaveConsent" type="Boolean!" required>
  Indicates whether the user has given consent for verification
</ParamField>

<ParamField name="prefillData" type="Boolean">
  Whether to prefill the verification form with existing user data
</ParamField>

<ParamField name="reset" type="Boolean">
  Whether to reset an existing verification session
</ParamField>

<ParamField name="overrideMaxAttempts" type="Boolean">
  Whether to ignore the max attempts check
</ParamField>

<ParamField name="firstName" type="String">
  The user's first name
</ParamField>

<ParamField name="lastName" type="String">
  The user's last name
</ParamField>

<ParamField name="streetLine1" type="String">
  The street address line 1
</ParamField>

<ParamField name="streetLine2" type="String">
  The street address line 2
</ParamField>

<ParamField name="city" type="String">
  The address city
</ParamField>

<ParamField name="region" type="String">
  The address region/state
</ParamField>

<ParamField name="postalCode" type="String">
  The postal code
</ParamField>

<ParamField name="country" type="String">
  The address country in ISO 3166-1 alpha-2 format
</ParamField>

<ParamField name="dateOfBirth" type="String">
  The user's date of birth in YYYY-MM-DD format (RFC 3339 Section 5.6)
</ParamField>

<ParamField name="emailAddress" type="String">
  The user's email address
</ParamField>

<ParamField name="phoneNumber" type="String">
  The user's phone number in E.164 format
</ParamField>
