---
title: "Create a pending team invite."
method: POST
path: "/team/invite"
tags: ["team"]
---

# Create a pending team invite.

`POST /team/invite`

Creates a new pending invite for the team.

Required RBAC Policy: team/member/create

## Request body

- object
  - `email` string
  - `permissions` string
  - `policy_id` string

## Response `201`

On success, no payload returned

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/revisions/6fcf9e54aba4/schema)
