---
title: "Add email to project"
method: POST
path: "/assignees"
tags: ["Assign to Project"]
---

# Add email to project

`POST /assignees`

Assignee to project by email address.

## Request body

- object
  - `project_id` integer — ID of the project to add assignee to
  - `assignee_email` string — Email of the assignee to add
  - `role` string — Role for the assignee (defaults to "default")

## Response `200`

successful

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

## Other responses

- `404` — Project 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)
