---
title: "Does a lookup in public register, to get the master data for a user. This endpoint is only to be used for manually lookups."
method: GET
path: "/api/users/identity/lookup/{identityNumber}"
tags: ["Users"]
---

# Does a lookup in public register, to get the master data for a user. This endpoint is only to be used for manually lookups.

`GET /api/users/identity/lookup/{identityNumber}`

## Path parameters

- `identityNumber` string, required

## Response `200`

OK

- IntectBusinessLogicIntegrationsCPRPersonMasterDataResponse
  - `FirstName` string
  - `MiddleName` string
  - `LastName` string
  - `Address` string
  - `PostalCode` string
  - `City` string

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
