---
title: "Add a new team member."
method: POST
path: "/api/Team"
tags: ["Team"]
---

# Add a new team member.

`POST /api/Team`

The invited user will receive an email with the subject
"You're Invited to Join [Owner]'s Team in Customily" that they need to complete
in order to finish their registration and activate their account.

## Request body

- TeamMemberAddDTO
  - `Name` string, required
  - `Email` string, required
  - `AccessMode` 0 | 1, required
  - `ManageIntegrations` boolean

## Response `200`

---

[API](https://skmtc.dev/customily/apis/customily-design-studio-api.md) · [All operations](https://skmtc.dev/customily/apis/customily-design-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/customily/customily-design-studio-api/revisions/01547a5f31d7/schema)
