diff --git a/src/structures/services/aptic-structures.service.ts b/src/structures/services/aptic-structures.service.ts
index f2bd9fdc20670bad14a289eb1a29ddaff6f7cc26..854a83f047b2b876adacd32265f1b789f81ca994 100644
--- a/src/structures/services/aptic-structures.service.ts
+++ b/src/structures/services/aptic-structures.service.ts
@@ -53,6 +53,7 @@ export class ApticStructuresService {
         createdStructure.structureName = structure.presence_name;
         createdStructure.contactPhone = structure.presence_phone;
         createdStructure.labelsQualifications = ['passNumerique'];
+        createdStructure.accountVerified = true;
         // Address
         createdStructure.address = this.formatAddress(structure);
         createdStructure.save();