/dev/fleets/{fleet_id}/members/
/legacy/fleets/{fleet_id}/members/
/v1/fleets/{fleet_id}/members/
curl --location --request POST 'https://esi.evetech.net/latest/fleets//members/' \
--header 'Content-Type: application/json' \
--data-raw '{
"character_id": 0,
"role": "fleet_commander",
"squad_id": 0,
"wing_id": 0
}'
{}
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.