Arguments
Boolean
Whether to bypass duplicate-verification checks and force a new verification attempt.
Returns
VerifyUserInformationResponse — Represents the response returned from the verifyUserInformation mutation.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Verify and record a user’s personal information using prefilled data already on file.
mutation {
verifyUserPrefillInformation(
forceRetry: Boolean
): VerifyUserInformationResponse
}
VerifyUserInformationResponse — Represents the response returned from the verifyUserInformation mutation.