> ## 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.

# verifyUserPrefillInformation

> Verify and record a user's personal information using prefilled data already on file.

Verify and record a user's personal information using prefilled data already on file.

```graphql theme={null}
mutation {
  verifyUserPrefillInformation(
    forceRetry: Boolean
  ): VerifyUserInformationResponse
}
```

## Arguments

<ParamField body="forceRetry" type="Boolean">
  Whether to bypass duplicate-verification checks and force a new verification attempt.
</ParamField>

## Returns

[`VerifyUserInformationResponse`](/api-reference/types/verify-user-information-response) — Represents the response returned from the verifyUserInformation mutation.
