---
title: "Lấy hồ sơ một cá nhân"
method: GET
path: "/individuals/{individualId}/profile"
tags: ["Individuals"]
---

# Lấy hồ sơ một cá nhân

`GET /individuals/{individualId}/profile`

## Path parameters

- `individualId` integer, required

## Response `200`

Thành công

- FireAntApiModelsIndividualsIndividualProfile
  - `individualID` integer
  - `isForeign` boolean
  - `name` string
  - `bio` string
  - `gender` 0 | 1 — (Male = Nam, Female = Nữ)
  - `hasPhoto` boolean
  - `photoURL` string
  - `dateOfBirth` string
  - `homeTown` string
  - `education` 0 | 1 | 2 | 3 | 4 | 5 — (HighSchool = Tốt nghiệp PTTH, Intermediate = Trung cấp, Diploma = Kỹ sư, Bachelor = Cử nhân, Master = Thạc sĩ, Doctor = Tiến sĩ)
  - `placeOfBirth` string
  - `isDead` boolean
  - `symbol` string
  - `positionName` string
  - `institutionName` string
  - `institutionIsListing` boolean
  - `institutionSymbol` string
  - `asset` number, double

## Other responses

- `400` — Có lỗi khi thực hiện thao tác

---

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