v2

latestOpenAPI 3.1.0EVE Developer License2026-07-27208263515.0 KB
Fleets

Create fleet invitation

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

post/fleets/{fleet_id}/members

Path parameters

fleet_idinteger required

ID for a fleet

Headers

Accept-Language'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'

The language to use for the response.

If-None-Matchstring

The ETag of the previous request. A 304 will be returned if this matches the current ETag.

X-Compatibility-Date'2025-12-16' date required

The compatibility date for the request.

X-Tenantstring

The tenant ID for the request.

If-Modified-Sincestring

The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.

Request body

character_idinteger 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_idinteger
wing_idinteger

Response

Fleet invitation sent