---
title: "Create fleet invitation"
method: POST
path: "/fleets/{fleet_id}/members"
tags: ["Fleets"]
---

# Create fleet invitation

`POST /fleets/{fleet_id}/members`

Invite a character into the fleet. If a character has a CSPA charge set it is not possible to invite them to the fleet using ESI

## Path parameters

- `fleet_id` integer, required — ID for a fleet

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string
- `If-Modified-Since` string

## Request body

- object
  - `character_id` integer, required — The character you want to invite
  - `role` 'fleet_commander' | 'wing_commander' | 'squad_commander' | 'squad_member', required — If a character is invited with the `fleet_commander` role, neither `wing_id` or `squad_id` should be specified. If a character is invited with the `wing_commander` role, only `wing_id` should be specified. If a character is invited with the `squad_commander` role, both `wing_id` and `squad_id` should be specified. If a character is invited with the `squad_member` role, `wing_id` and `squad_id` should either both be specified or not specified at all. If they aren’t specified, the invited character will join any squad with available positions.
  - `squad_id` integer
  - `wing_id` integer

## Response `204`

Fleet invitation sent

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility.md) · [All operations](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evetech/eve-spring-inebriation-esi-tranquility/versions/ac54efcef133/schema)
