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

# RequestDocumentVerificationLinkResponse

> Response type for user verification request

**Object**

Response type for user verification request

## Fields

<ResponseField name="userId" type="UUID">
  The user ID being verified
</ResponseField>

<ResponseField name="verificationType" type="String">
  The type of verification being performed
</ResponseField>

<ResponseField name="verificationId" type="String">
  The unique identifier for this verification request
</ResponseField>

<ResponseField name="verificationUrl" type="String">
  The URL where the verification can be performed
</ResponseField>

<ResponseField name="status" type="String">
  The verification status.
</ResponseField>

<ResponseField name="message" type="String">
  The response message if any.
</ResponseField>
