---
title: "Create User Interests"
method: POST
path: "/v1/user_detail/{user_id}/interest/multi"
tags: ["User Detail"]
---

# Create User Interests

`POST /v1/user_detail/{user_id}/interest/multi`

Add a new string to the user's interest. The input data could be anything typed by the user.

## Path parameters

- `user_id` integer, required

## Headers

- `X-Access-Token` string, nullable

## Request body

- UserInterestCreate[]
  - `user_id` integer, nullable
  - `name` string, required

## Response `200`

Successful Response

- UserInterest[]
  - `user_id` integer, nullable
  - `name` string, nullable

## Other responses

- `422` — Validation Error

---

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