# 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. Required Fields: - pilotId: The unique identifier of the pilot/crew member (or use externalReference or logName as alternatives) - role: The crew role (see enum values in schema) Optional Fields: All other fields are optional. Additional crew information (firstName, lastName, email, etc.) is only used when updateCrewUsers=true (default) to create or update user records. Note: The crewPosition field is optional and not used during assignment. The system determines positions based on the role field and aircraft configuration.