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

# requestDocumentVerificationLink

> Request verification for a user with provided information

Request verification for a user with provided information

```graphql theme={null}
mutation {
  requestDocumentVerificationLink(
    input: RequestDocumentVerificationLinkInput!
  ): RequestDocumentVerificationLinkResponse!
}
```

## Arguments

<ParamField body="input" type="RequestDocumentVerificationLinkInput!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`RequestDocumentVerificationLinkResponse!`](/api-reference/types/request-document-verification-link-response) — Response type for user verification request
