---
title: "Add Attribute to Person"
method: POST
path: "/people/{id}/attributes/{attribute_id}"
---

# Add Attribute to Person

`POST /people/{id}/attributes/{attribute_id}`

This endpoint adds an attribute to a given person.

## Path parameters

- `id` integer, required
- `attribute_id` integer, required

## Request body

- object
  - `value` string, required — The value of the attribute associated with the person.

## Response `201`

201

## Other responses

- `404` — 404

---

[API](https://skmtc.dev/seebot/apis/seebottalk.md) · [All operations](https://skmtc.dev/seebot/apis/seebottalk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seebot/seebottalk/revisions/4b8c104ade48/schema)
