---
title: "Invite User"
method: POST
path: "/v3/invites"
tags: ["Invites"]
---

# Invite User

`POST /v3/invites`

Sends an invitation email to invite a user to the Konnect organization. The email contains a link with a one time token to accept the invitation. Upon accepting the invitation, the user is directed to https://cloud.konghq.com/login to complete registration.

## Request body

- object
  - `email` string, email, required

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `429` — Rate Limited

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
