Bonjour,
Si je ne me trompe pas, tu dois surcharger la classe CustomerFormatterCore - function getFormat comme suit:
public function getFormat() { $format = parent::getFormat(); // remove the customer account creation unset($format['password']); return $format; }
bonne journée.