> ## 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 an ID Check session

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

If you passed an `account_id` [when creating the session](/verifications/id-check/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/id-check/enroll).
</Note>

## API Reference

For complete details on all available endpoints and parameters, see the [ID Check API Reference](/api-reference/id-check/session).
