---
title: "Enrol selfie from an old transaction"
method: POST
path: "/enroll/transaction/{transactionId}"
tags: ["Enrolment"]
---

# Enrol selfie from an old transaction

`POST /enroll/transaction/{transactionId}`

Enrol selfie image that is available from old transaction

## Path parameters

- `transactionId` string, uuid, required

## Response `200`

Enrolled selfie

- EnrollResponse
  - `uniquePersonIdentifier` string, uuid — Unique person identifier.
  - `externalUniquePersonIdentifier` string — Unique person identifier for use in a system external to Trulioo.
  - `enrolmentResults` object — Array of results, one for each submitted selfie.
    - `result` 'SUCCESS' | 'FAILURE' — Result of this selfie's enrolment operation.
    - `livenessScore` integer — Liveness score of this selfie.
    - `errorList` string[] — List of errors that occurred with this selfie's enrolment operation.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

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