---
title: "Send a clan invite to a user"
method: POST
path: "/v1/clans/{clanId}/invites"
tags: ["clans"]
---

# Send a clan invite to a user

`POST /v1/clans/{clanId}/invites`

## Path parameters

- `clanId` string, uuid, required

## Request body

- object
  - `targetUserId` string, uuid, required

## Response `200`

Successful response

- object
  - `success` boolean, required
  - `message` string, required

## Other responses

- `403` — Insufficient access
- `404` — Resource not found
- `409` — A previous claim is still being processed

## Changes

- **2026-08-08** `34b8f4885f8a` — 2 info
  - added the non-success response with the status `403`
  - added the non-success response with the status `409`

[Change history](https://skmtc.dev/legend/apis/legend-api/changes/v1/clans/:clanId/invites/post.md)

---

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