- Alliance
- Contacts
- Character
- Character affiliation
- Get character's public information
- Get agents research
- Get blueprints
- Get corporation history
- Calculate a CSPA charge cost
- Get jump fatigue
- Get medals
- Get character notifications
- Get new contact notifications
- Get character portraits
- Get character corporation roles
- Get standings
- Yearly aggregate stats
- Get character corporation titles
- Assets
- Skills
- Bookmarks
- Calendar
- Clones
- Contracts
- Fittings
- Fleets
- Get character fleet infoGET
- Get fleet informationGET
- Update fleetPUT
- Get fleet membersGET
- Create fleet invitationPOST
- Kick fleet memberDELETE
- Move fleet memberPUT
- Delete fleet squadDELETE
- Rename fleet squadPUT
- Get fleet wingsGET
- Create fleet wingPOST
- Delete fleet wingDELETE
- Rename fleet wingPUT
- Create fleet squadPOST
- Faction Warfare
- Overview of a character involved in faction warfare
- Overview of a corporation involved in faction warfare
- List of the top factions in faction warfare
- List of the top pilots in faction warfare
- List of the top corporations in faction warfare
- An overview of statistics about factions involved in faction warfare
- Ownership of faction warfare systems
- Data about which NPC factions are at war
- Industry
- Killmails
- Location
- Loyalty
- Mail
- Opportunities
- Market
- List open orders from a character
- List historical orders by a character
- List open orders from a corporation
- List historical orders from a corporation
- Get item groups
- Get item group information
- List market prices
- List orders in a structure
- List historical market statistics in a region
- List orders in a region
- List type IDs relevant to a market
- Planetary Interaction
- Search
- Wallet
- Corporation
- Get npc corporations
- Get corporation information
- Get alliance history
- Get corporation blueprints
- Get all corporation ALSC logs
- Get corporation divisions
- Get corporation facilities
- Get corporation icon
- Get corporation medals
- Get corporation issued medals
- Get corporation members
- Get corporation member limit
- Get corporation's members' titles
- Track corporation members
- Get corporation member roles
- Get corporation member roles history
- Get corporation shareholders
- Get corporation standings
- Get corporation starbases (POSes)
- Get starbase (POS) detail
- Get corporation structures
- Get corporation titles
- Dogma
- Incursions
- Insurance
- Routes
- Sovereignty
- Status
- User Interface
- Universe
- Get ancestries
- Get asteroid belt information
- Get bloodlines
- Get item categories
- Get item category information
- Get constellations
- Get constellation information
- Get factions
- Get graphics
- Get graphic information
- Get item groups
- Get item group information
- Bulk names to IDs
- Get moon information
- Get names and categories for a set of ID's
- Get planet information
- Get character races
- Get regions
- Get region information
- Get stargate information
- Get star information
- Get station information
- List all public structures
- Get structure information
- Get system jumps
- Get system kills
- Get solar systems
- Get solar system information
- Get types
- Get type information
- Wars
Create fleet invitation
POST
/fleets/{fleet_id}/members/
Fleets
/dev/fleets/{fleet_id}/members/
/legacy/fleets/{fleet_id}/members/
/v1/fleets/{fleet_id}/members/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://esi.evetech.net/latest/fleets//members/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
204 - Example 1
{}
Request
Path Params
fleet_id
integerÂ
required
Query Params
datasource
stringÂ
optional
token
stringÂ
optional
Body Params application/json
invitation object
character_id
integer <int32>
post_fleets_fleet_id_members_character_id
role
enum<string>Â
post_fleets_fleet_id_members_role
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.Allowed values:
fleet_commanderwing_commandersquad_commandersquad_member
squad_id
integer <int64>
post_fleets_fleet_id_members_squad_id
>= 0
wing_id
integer <int64>
post_fleets_fleet_id_members_wing_id
>= 0
Examples
Responses
🟢204Fleet invitation sent
application/json
Body
object {0}
đźź 400Bad request
đźź 401Unauthorized
đźź 403Forbidden
đźź 404The fleet does not exist or you don't have access to it
đźź 420Error limited
đźź 422Errors in invitation
đź”´500Internal server error
đź”´503Service unavailable
đź”´504Gateway timeout
Modified at 2023-08-15 09:13:24