---
title: "Create team invite"
method: POST
path: "/orgs/{organization}/teams/{team}/invites"
tags: ["Teams"]
---

# Create team invite

`POST /orgs/{organization}/teams/{team}/invites`

Invite a new member to the team.

Processing mode: <small><code>async</code></small>

## Path parameters

- `organization` string, required
- `team` integer, required

## Request body

- CreateTeamInviteRequest
  - `role_id` integer, required
  - `email` string, email, required

## Response `200`

`TeamInvitationResource`

## Other responses

- `403` — Authorization error
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.dev/mfullbrook/apis/forge.md) · [All operations](https://skmtc.dev/mfullbrook/apis/forge/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mfullbrook/forge/revisions/24ad66d99f93/schema)
