---
title: "Assign to project by contact ID"
method: POST
path: "/assignees/create_by_contact_id"
tags: ["Assign to Project"]
---

# Assign to project by contact ID

`POST /assignees/create_by_contact_id`

## Request body

- object
  - `project_id` integer — ID of the project to add assignee to
  - `contact_id` integer — ID of the contact to add as assignee

## Response `200`

successful

- object
  - `data` object
    - `id` integer
    - `name` string

## Other responses

- `404` — Project or contact not found

---

[API](https://skmtc.net/gettruss/apis/api-v1.md) · [All operations](https://skmtc.net/gettruss/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gettruss/api-v1/versions/7c956b3d1bdf/schema)
