---
title: "Enroll a user in ID Check"
method: POST
path: "/liveness/enroll"
tags: ["Enrollment"]
---

# Enroll a user in ID Check

`POST /liveness/enroll`

Enrolls a user in the ID Check system using the provided session ID and account ID. Sessions must be enrolled within 30 days of creation.

## Request body

- EnrollRequest
  - `session_id` string, uuid, required — The session ID obtained from the /liveness/session endpoint
  - `account_id` string, required — Unique identifier for the user account

## Response `200`

Enrollment successful

- EnrollResponse
  - `request_id` string, uuid, required — Unique identifier for the request
  - `success` boolean, required — Indicates whether the enrollment was successful

## Other responses

- `400` — Bad request - session is not valid

---

[API](https://skmtc.net/verisoul/apis/verisoul-api.md) · [All operations](https://skmtc.net/verisoul/apis/verisoul-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verisoul/verisoul-api/versions/a4f2fd0ee333/schema)
