# Flight Crew Operations related to crew for individual flights. ## Get Flight Crew - [GET /api/external/flight/{flightId}/crew](https://developer.fl3xx.com/reference/flight-crew/getflightcrew.md): Fetches a list of crew members assigned to a specific flight using its flight ID. ## Assign Crew to Flight - [POST /api/external/flight/{flightId}/crew](https://developer.fl3xx.com/reference/flight-crew/createflightcrew.md): Assigns a list of crew members to a specific flight using its flight ID.