> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verisoul.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Verify User

> Get the verification result for a Face Match session

Once a Face Match session is complete, call [/verify-face](/api-reference/face-match/verify-face) to get the user's **Decision**, **Risk Score**, and **Risk Flags**. See [Response Signals](/verifications/face-match/integration/response-signals) for how to interpret everything the endpoint returns.

If you passed an `account_id` [when creating the session](/verifications/face-match/integration/initialize-session#account-id), the response also includes account context:

* **`lists`** — names of the lists the account is currently a member of. If the account is on an allow list, `decision` is `Real`; on a block list, `Fake`.
* **`rules`** — names of [rules](/action/rules) that have triggered for this account.

Both fields are empty arrays (`[]`) for sessions not linked to an account. See [Rules, Lists, and Verifications](/action/rules#rules-lists-and-verifications) for details.

<Note>
  To link an `account_id` to a session that has already completed, use the [Enroll endpoint](/api-reference/face-match/enroll).
</Note>

<Note>
  For strict 1:1 sign-in authentication (matching a returning user against their own enrolled face), see [Authentication](/verifications/face-match/integration/authentication), which uses the [/verify-identity](/api-reference/face-match/verify-identity) endpoint.
</Note>

## API Reference

For complete details on all available endpoints and parameters, see the [Face Match API Reference](/api-reference/face-match/session).
