---
title: "Get individual by ID"
method: GET
path: "/api/v1/individuals/view/{individualId}"
tags: ["Individuals"]
---

# Get individual by ID

`GET /api/v1/individuals/view/{individualId}`

## Path parameters

- `individualId` integer, required

## Response `200`

Individual response

- Individual
  - `id` integer
  - `uuid` string, uuid
  - `email` string, email
  - `first_name` string
  - `last_name` string
  - `full_name` string
  - `position` string
  - `tags` Tag[]
    - `id` integer
    - `name` string
    - `namespace` string, nullable
    - `predicate` string, nullable
    - `value` string, nullable
    - `colour` string
    - `text_colour` string
    - `counter` integer
    - `created` string, datetime
    - `modified` string, datetime
  - `aligments` Alignment[]
  - `created` string, datetime
  - `modified` string, datetime

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `405` — Method not allowed. Your User Role is not allowed to access this resource.
- `default` — Unexpected API error

## Changes

- **2022-01-14** `a54bb2719fbb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cerebrate-project/apis/cerebrate-project-api/changes/api/v1/individuals/view/:individualId/get.md)

---

[API](https://skmtc.dev/cerebrate-project/apis/cerebrate-project-api.md) · [All operations](https://skmtc.dev/cerebrate-project/apis/cerebrate-project-api/llms.txt) · [OpenAPI document](https://skmtc.dev/cerebrate-project/apis/cerebrate-project-api/revisions/a54bb2719fbb?raw)
