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

# requestOwnerDocumentVerificationLink

> Request a document verification link for a business owner.

Request a document verification link for a business owner.
Returns a shareable URL that the owner can use to complete identity verification via Plaid IDV.
The caller must have an active OWNER or ADMIN role on the account tied to the bearer token.

```graphql theme={null}
mutation {
  requestOwnerDocumentVerificationLink(
    businessOwnerId: UUID!
  ): RequestOwnerDocumentVerificationLinkResponse!
}
```

## Arguments

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

## Returns

[`RequestOwnerDocumentVerificationLinkResponse!`](/api-reference/types/request-owner-document-verification-link-response) — Response from requesting an owner document verification link.
