http://dev.api.digidom.pro/v1/users?q=%2Fv1%2Fusers

ExceptionAction

Request

GET Parameters

Key Value
q
"/v1/users"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_api_exception_to_status
[]
_controller
"api_platform.action.exception"
_links
Symfony\Component\WebLink\GenericLinkProvider {#6389
  -links: [
    6388 => Symfony\Component\WebLink\Link {#6388
      -href: "http://dev.api.digidom.pro/v1/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"ba4b45"
exception
Doctrine\DBAL\Exception\UniqueConstraintViolationException {#6096
  -query: Doctrine\DBAL\Query {#6081 …}
  #message: "An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'test29543@digidom.pro' for key 'app_users.UNIQ_C2502824E7927C74'"
  #code: 1062
  #file: "/data/vhosts/api.digidom.pro/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 62
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#6083 …}
  trace: {
    /data/vhosts/api.digidom.pro/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:62 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case 1586:    return new UniqueConstraintViolationException($exception, $query);}
    /data/vhosts/api.digidom.pro/vendor/doctrine/dbal/src/Connection.php:1939 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);}
    /data/vhosts/api.digidom.pro/vendor/doctrine/dbal/src/Connection.php:1881 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
    }
    /data/vhosts/api.digidom.pro/vendor/doctrine/dbal/src/Statement.php:194 {
      Doctrine\DBAL\Statement->execute($params = null): Result …
      › } catch (Driver\Exception $ex) {    throw $this->conn->convertExceptionDuringQuery($ex, $this->sql, $this->params, $this->types);} finally {
    }
    /data/vhosts/api.digidom.pro/vendor/doctrine/dbal/src/Statement.php:249 {
      Doctrine\DBAL\Statement->executeStatement(array $params = []): int …
      › 
      ›     return $this->execute($params)->rowCount();}
    }
    /data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:276 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->executeInserts() …
      › 
      › $stmt->executeStatement();}
    /data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:1120 {
      Doctrine\ORM\UnitOfWork->executeInserts(ClassMetadata $class): void …
      › 
      › $postInsertIds = $persister->executeInserts();}
    /data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:415 {
      Doctrine\ORM\UnitOfWork->commit($entity = null) …
      › foreach ($commitOrder as $class) {    $this->executeInserts($class);}
    }
    /data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:388 {
      Doctrine\ORM\EntityManager->flush($entity = null) …
      › 
      ›     $this->unitOfWork->commit($entity);}
    }
    /data/vhosts/api.digidom.pro/var/cache/dev/ContainerPn0s8Y8/EntityManager_9a5be93.php:136 {
      ContainerPn0s8Y8\EntityManager_9a5be93->flush($entity = null) …
      › 
      ›     return $this->valueHolderb5471->flush($entity);}
    }
    /data/vhosts/api.digidom.pro/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php:56 {
      ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister->persist($data, array $context = []) …
      › 
      › $manager->flush();$manager->refresh($data);
    }
    /data/vhosts/api.digidom.pro/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php:53 {
      ApiPlatform\Core\DataPersister\ChainDataPersister->persist($data, array $context = []) …
      › if ($persister->supports($data, $context)) {    $data = $persister->persist($data, $context);    if ($persister instanceof ResumableDataPersisterInterface && $persister->resumable($context)) {
    }
    /data/vhosts/api.digidom.pro/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php:52 {
      ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister->persist($data, array $context = []) …
      › 
      ›     return $this->decorated->persist($data, $context);}
    }
    /data/vhosts/api.digidom.pro/vendor/api-platform/core/src/Core/EventListener/WriteListener.php:96 {
      ApiPlatform\Core\EventListener\WriteListener->onKernelView(ViewEvent $event): void …
      › case 'POST':    $persistResult = $this->dataPersister->persist($controllerResult, $attributes);}
    /data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php:168 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new ViewEvent($this, $request, $type, $response);$this->dispatcher->dispatch($event, KernelEvents::VIEW);}
    /data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /data/vhosts/api.digidom.pro/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#2488 …9}

Request Headers

Header Value
accept
"application/json, text/plain, */*"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
authorization
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3Mjg1NDc5MzQsImV4cCI6MTcyODYzNDMzNCwicm9sZXMiOlsiUk9MRV9BRE1JTiIsIlJPTEVfREVWIiwiUk9MRV9NQUlMQk9YX1NVUEVSX0FETUlOIiwiUk9MRV9NQUlMQk9YX0FETUlOIiwiUk9MRV9TVVBFUl9BRE1JTiIsIlJPTEVfRURJVE9SX1NJVEUiXSwidXNlcm5hbWUiOiJzdGFuaXNsYXNAZGlnaWRvbS5wcm8ifQ.eqwoYedNRpM0eB15qnN3RL6KVAqo8YWlboKeWLT2ZOQ4y0BV06xwwQzMGpYK_GplmBy2xv3-kqhDKU6wO10Jf6CMpzC4BAA9jp53MlsRBWCPKKo7W6fRnJPEUieHU2GLMMsmSDAjQ_AY4DvRhBpvRHw0fVGdnIsg4vz4mgXxop7tXpVBfXkbhTuRv-qaa8-29JhllvbCKVhHFGZyTLNx597Omwc3Hz920WK9GtX9q3fXHoq6eLFtZZ5kbNjsskcYb6mTzSylUpKp_LaKitVJ7hJYqTTbLx9n1tebXXwu4bPqjoE3P9Epyl5EoiTf4BwCQbNbTUj8RnYjVNeV9K9T3w"
content-length
"5707"
content-type
"application/json"
host
"dev.api.digidom.pro"
origin
"https://dev.admin.digidom.pro"
priority
"u=1, i"
referer
"https://dev.admin.digidom.pro/"
sec-ch-ua
""Google Chrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-site"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"
x-amzn-trace-id
"Root=1-6707e3bd-2dcbed01449a62d425340e93"
x-forwarded-for
"88.183.69.135"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

Pretty

{
    "organizations": [
        {
            "@context": "\/v1\/contexts\/Organization",
            "@id": "\/v1\/organizations\/27840",
            "@type": "Organization",
            "id": 27840,
            "users": [
                "\/v1\/users\/26188"
            ],
            "associates": [],
            "auditors": [],
            "address": {
                "@id": "\/v1\/postal_addresses\/139062",
                "@type": "PostalAddress",
                "id": 139062,
                "addressCountry": "FR",
                "addressLocality": "Toulouse",
                "addressRegion": null,
                "postalCode": "31000",
                "streetAddress": "6 place du Pr\u00e9sident Thomas Woodrow Wilson"
            },
            "legalName": "Test 2954",
            "telephone": "+33619414884",
            "vatID": null,
            "legalStatus": "SARL",
            "purpose": null,
            "foundingDate": "2024-09-27T11:51:34+02:00",
            "fiscalDate": "2024-01-01T00:00:00+01:00",
            "fiscalDateEnd": "2024-12-31T00:00:00+01:00",
            "firstFiscalDate": null,
            "firstFiscalDateEnd": "2001-12-31T00:00:00+01:00",
            "headQuartersAddressType": "CONTRACT_DOMICILIATION",
            "legalRepresentativeAddressType": "OWNER",
            "shareCapital": 4,
            "shareCapitalType": "FREE",
            "shareCapitalFixedAmount": null,
            "sharesCount": 4,
            "bankChoice": "BANK_QONTO",
            "registrationSource": null,
            "commercialCourtRegistry": null,
            "accountant": null,
            "sector": null,
            "sectorOther": null,
            "RCS": null,
            "status": "CLIENT OK",
            "email": "test2954@digidom.pro",
            "store": {
                "@id": "\/v1\/stores\/10",
                "@type": "Store",
                "id": 10,
                "name": "Toulouse",
                "postalAddress": {
                    "@id": "\/v1\/postal_addresses\/129934",
                    "@type": "PostalAddress",
                    "id": 129934,
                    "addressCountry": "FR",
                    "addressLocality": "Toulouse",
                    "addressRegion": null,
                    "postalCode": "31000",
                    "streetAddress": "6 place du Pr\u00e9sident Thomas Woodrow Wilson"
                },
                "openingHours": [],
                "currenciesAccepted": [
                    "EUR"
                ],
                "paymentAcceptedType": "CB, ESPECES",
                "priceRange": [],
                "aggregateRating": null,
                "createdAt": "2022-06-13T15:33:44+02:00",
                "prefectoralApprovalNumber": "DOM 2022082",
                "status": "OPENED",
                "cedex": null,
                "sector": {
                    "@id": "\/v1\/sectors\/4",
                    "@type": "Sector",
                    "id": 4,
                    "name": "Toulouse",
                    "urlImage": "65e578ce8c059312933138.png"
                },
                "price": 23
            },
            "mandatary": null,
            "bal": null,
            "forwardingFrequency": "MONTHLY",
            "forwardingAddress": {
                "@id": "\/v1\/postal_addresses\/139024",
                "@type": "PostalAddress",
                "id": 139024,
                "addressCountry": "FR",
                "addressLocality": "Paris",
                "addressRegion": "",
                "postalCode": "75006",
                "streetAddress": "45 Rue des Saints-P\u00e8res"
            },
            "forwardingAddressName": null,
            "alternateName": "tyjuj ",
            "domiciliationStartDate": "2024-05-27T00:00:00+02:00",
            "createdAt": "2024-09-27T12:45:25+02:00",
            "terminationDate": null,
            "terminationReason": null,
            "terminationReasonOther": null,
            "mandataries": [],
            "prescriber": null,
            "organizationsPrescribed": [],
            "SIRET": "000000000",
            "isNewImmatriculation": true,
            "isNewDomiciliation": true,
            "orders": [
                {
                    "@id": "\/v1\/orders\/2876",
                    "@type": "Order",
                    "id": 2876,
                    "items": [
                        "\/v1\/items\/165434",
                        "\/v1\/items\/165435",
                        "\/v1\/items\/165436"
                    ],
                    "status": "NOT_PAID",
                    "createdAt": "2024-09-27T12:45:45+02:00",
                    "totalPriceWithoutTax": 310,
                    "VATRate": "20",
                    "totalPrice": 372,
                    "invoice": null,
                    "organization": "\/v1\/organizations\/27840",
                    "category": "DOM_IMMAT"
                }
            ],
            "mandatID": null,
            "conversionReason": "CREATE_ORGANIZATION",
            "statusIsForced": false,
            "uniqId": "66f68cc511e08",
            "iban": "FR1420041010050500013",
            "referenceGocardless": null,
            "isForwardingActive": true,
            "VATRate": "20",
            "isImported": null,
            "creditNotesAmount": 0,
            "invoiceToken": "0ed2914266c63b0a26f3a09414b60067b26494b34c95de9b3423b7a767f54f7618605dad842908b223133ce2bfa7ec4d67a251792d3e1edc31b0ab34f636dedf",
            "notificationPreference": null,
            "shareCapitalFreePercentage": null,
            "isPrescriber": false,
            "haveAccountant": false,
            "discountCode": null,
            "lead": "\/v1\/leads\/6955",
            "statusImmatriculation": "NEW PAIEMENT",
            "prescriberSource": null,
            "isExemptTVA": false,
            "projectStage": null,
            "statusInvoicePayed": "PAYE",
            "dateMaxUnpaid": null,
            "isHaveAuditor": false,
            "benefitImposition": "ISS",
            "benefitImpositionOption": null,
            "vatTaxeRegim": "REGIME_REEL_SIMPLIFIE",
            "vatTaxeRegimeOption": null,
            "prolongationDateKYC": null,
            "reasonUnpaid": null,
            "reasonRIBInactive": null,
            "statusTransfert": null,
            "isNewTransfert": false,
            "specialRequestBal": null,
            "tracFin": "COMPLETE DOC",
            "tracFinNote": "test 2 \u00e0 3",
            "packImat": "IMMAT",
            "isAuthorizePrescriber": false,
            "isAuthorizedDebit": true,
            "historyNavTunnel": "documents",
            "subscriptions": [
                {
                    "@id": "\/v1\/subscriptions\/38366",
                    "@type": "Subscription",
                    "id": 38366,
                    "active": true,
                    "price": 0,
                    "type": "MONTHLY",
                    "subscriptionDeposit": 0,
                    "createdAt": "2024-10-01T10:19:46+02:00",
                    "discountWithoutTax": null,
                    "paymentDates": [],
                    "priceWithoutTax": 0,
                    "nextPayment": null,
                    "notAcceptedScanEnveloppe": null,
                    "invoiceGenerationDate": null,
                    "isCancelUsingOffer": null,
                    "isDigipackOffer": false,
                    "deadlineOffered": null,
                    "prepaidMonths": 1,
                    "services": [
                        {
                            "@id": "\/v1\/services\/168595",
                            "@type": "Service",
                            "id": 168595
                        },
                        {
                            "@id": "\/v1\/services\/168596",
                            "@type": "Service",
                            "id": 168596
                        },
                        {
                            "@id": "\/v1\/services\/168597",
                            "@type": "Service",
                            "id": 168597
                        },
                        {
                            "@id": "\/v1\/services\/168598",
                            "@type": "Service",
                            "id": 168598
                        }
                    ],
                    "hasBlockedService": false,
                    "documentRecoveryDelay": null,
                    "includedServices": [
                        {
                            "@id": "\/v1\/services\/168595",
                            "@type": "Service",
                            "id": 168595
                        },
                        {
                            "@id": "\/v1\/services\/168596",
                            "@type": "Service",
                            "id": 168596
                        },
                        {
                            "@id": "\/v1\/services\/168597",
                            "@type": "Service",
                            "id": 168597
                        }
                    ],
                    "optionalServices": [],
                    "blockingReason": [],
                    "totalPriceWithoutTax": 23,
                    "totalPriceWithTax": 27.6,
                    "pack": "DOMISIMPLE",
                    "packLabel": "Domisimple"
                }
            ],
            "note": null,
            "reasonChange": null,
            "sigle": "",
            "enseigne": "",
            "corporateObject": "fgnhg",
            "placeKnowDigidom": "MOUTH_TO_MOUTH",
            "otherPlaceKnownDigidom": "",
            "bankName": "LA BANQUE POSTALE",
            "titulaire": "TEST 2954",
            "isInvalidEmail": false,
            "isInvalidPhoneNumber": false,
            "specialCustomerType": null,
            "activityCategory": {
                "@id": "\/v1\/profession_details\/1416",
                "@type": "ProfessionDetail",
                "id": 1416,
                "label": "",
                "code": "00",
                "professionType": "\/v1\/profession_types\/922"
            },
            "encryptedParentId": null,
            "isDigidomAccountant": true,
            "activityDomain": "\/v1\/activity_domains\/28",
            "beneficialOwners": [],
            "postalPowerAllowed": false
        }
    ],
    "password": "digiTest-132",
    "isReplaceAction": false,
    "phoneNumber": "+33678234543",
    "firstname": "2954 3",
    "lastname": "Test",
    "email": "test29543@digidom.pro"
}

Raw

{"organizations":[{"@context":"/v1/contexts/Organization","@id":"/v1/organizations/27840","@type":"Organization","id":27840,"users":["/v1/users/26188"],"associates":[],"auditors":[],"address":{"@id":"/v1/postal_addresses/139062","@type":"PostalAddress","id":139062,"addressCountry":"FR","addressLocality":"Toulouse","addressRegion":null,"postalCode":"31000","streetAddress":"6 place du Président Thomas Woodrow Wilson"},"legalName":"Test 2954","telephone":"+33619414884","vatID":null,"legalStatus":"SARL","purpose":null,"foundingDate":"2024-09-27T11:51:34+02:00","fiscalDate":"2024-01-01T00:00:00+01:00","fiscalDateEnd":"2024-12-31T00:00:00+01:00","firstFiscalDate":null,"firstFiscalDateEnd":"2001-12-31T00:00:00+01:00","headQuartersAddressType":"CONTRACT_DOMICILIATION","legalRepresentativeAddressType":"OWNER","shareCapital":4,"shareCapitalType":"FREE","shareCapitalFixedAmount":null,"sharesCount":4,"bankChoice":"BANK_QONTO","registrationSource":null,"commercialCourtRegistry":null,"accountant":null,"sector":null,"sectorOther":null,"RCS":null,"status":"CLIENT OK","email":"test2954@digidom.pro","store":{"@id":"/v1/stores/10","@type":"Store","id":10,"name":"Toulouse","postalAddress":{"@id":"/v1/postal_addresses/129934","@type":"PostalAddress","id":129934,"addressCountry":"FR","addressLocality":"Toulouse","addressRegion":null,"postalCode":"31000","streetAddress":"6 place du Président Thomas Woodrow Wilson"},"openingHours":[],"currenciesAccepted":["EUR"],"paymentAcceptedType":"CB, ESPECES","priceRange":[],"aggregateRating":null,"createdAt":"2022-06-13T15:33:44+02:00","prefectoralApprovalNumber":"DOM 2022082","status":"OPENED","cedex":null,"sector":{"@id":"/v1/sectors/4","@type":"Sector","id":4,"name":"Toulouse","urlImage":"65e578ce8c059312933138.png"},"price":23},"mandatary":null,"bal":null,"forwardingFrequency":"MONTHLY","forwardingAddress":{"@id":"/v1/postal_addresses/139024","@type":"PostalAddress","id":139024,"addressCountry":"FR","addressLocality":"Paris","addressRegion":"","postalCode":"75006","streetAddress":"45 Rue des Saints-Pères"},"forwardingAddressName":null,"alternateName":"tyjuj ","domiciliationStartDate":"2024-05-27T00:00:00+02:00","createdAt":"2024-09-27T12:45:25+02:00","terminationDate":null,"terminationReason":null,"terminationReasonOther":null,"mandataries":[],"prescriber":null,"organizationsPrescribed":[],"SIRET":"000000000","isNewImmatriculation":true,"isNewDomiciliation":true,"orders":[{"@id":"/v1/orders/2876","@type":"Order","id":2876,"items":["/v1/items/165434","/v1/items/165435","/v1/items/165436"],"status":"NOT_PAID","createdAt":"2024-09-27T12:45:45+02:00","totalPriceWithoutTax":310,"VATRate":"20","totalPrice":372,"invoice":null,"organization":"/v1/organizations/27840","category":"DOM_IMMAT"}],"mandatID":null,"conversionReason":"CREATE_ORGANIZATION","statusIsForced":false,"uniqId":"66f68cc511e08","iban":"FR1420041010050500013","referenceGocardless":null,"isForwardingActive":true,"VATRate":"20","isImported":null,"creditNotesAmount":0,"invoiceToken":"0ed2914266c63b0a26f3a09414b60067b26494b34c95de9b3423b7a767f54f7618605dad842908b223133ce2bfa7ec4d67a251792d3e1edc31b0ab34f636dedf","notificationPreference":null,"shareCapitalFreePercentage":null,"isPrescriber":false,"haveAccountant":false,"discountCode":null,"lead":"/v1/leads/6955","statusImmatriculation":"NEW PAIEMENT","prescriberSource":null,"isExemptTVA":false,"projectStage":null,"statusInvoicePayed":"PAYE","dateMaxUnpaid":null,"isHaveAuditor":false,"benefitImposition":"ISS","benefitImpositionOption":null,"vatTaxeRegim":"REGIME_REEL_SIMPLIFIE","vatTaxeRegimeOption":null,"prolongationDateKYC":null,"reasonUnpaid":null,"reasonRIBInactive":null,"statusTransfert":null,"isNewTransfert":false,"specialRequestBal":null,"tracFin":"COMPLETE DOC","tracFinNote":"test 2 à 3","packImat":"IMMAT","isAuthorizePrescriber":false,"isAuthorizedDebit":true,"historyNavTunnel":"documents","subscriptions":[{"@id":"/v1/subscriptions/38366","@type":"Subscription","id":38366,"active":true,"price":0,"type":"MONTHLY","subscriptionDeposit":0,"createdAt":"2024-10-01T10:19:46+02:00","discountWithoutTax":null,"paymentDates":[],"priceWithoutTax":0,"nextPayment":null,"notAcceptedScanEnveloppe":null,"invoiceGenerationDate":null,"isCancelUsingOffer":null,"isDigipackOffer":false,"deadlineOffered":null,"prepaidMonths":1,"services":[{"@id":"/v1/services/168595","@type":"Service","id":168595},{"@id":"/v1/services/168596","@type":"Service","id":168596},{"@id":"/v1/services/168597","@type":"Service","id":168597},{"@id":"/v1/services/168598","@type":"Service","id":168598}],"hasBlockedService":false,"documentRecoveryDelay":null,"includedServices":[{"@id":"/v1/services/168595","@type":"Service","id":168595},{"@id":"/v1/services/168596","@type":"Service","id":168596},{"@id":"/v1/services/168597","@type":"Service","id":168597}],"optionalServices":[],"blockingReason":[],"totalPriceWithoutTax":23,"totalPriceWithTax":27.6,"pack":"DOMISIMPLE","packLabel":"Domisimple"}],"note":null,"reasonChange":null,"sigle":"","enseigne":"","corporateObject":"fgnhg","placeKnowDigidom":"MOUTH_TO_MOUTH","otherPlaceKnownDigidom":"","bankName":"LA BANQUE POSTALE","titulaire":"TEST 2954","isInvalidEmail":false,"isInvalidPhoneNumber":false,"specialCustomerType":null,"activityCategory":{"@id":"/v1/profession_details/1416","@type":"ProfessionDetail","id":1416,"label":"","code":"00","professionType":"/v1/profession_types/922"},"encryptedParentId":null,"isDigidomAccountant":true,"activityDomain":"/v1/activity_domains/28","beneficialOwners":[],"postalPowerAllowed":false}],"password":"digiTest-132","isReplaceAction":false,"phoneNumber":"+33678234543","firstname":"2954 3","lastname":"Test","email":"test29543@digidom.pro"}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/ld+json; charset=utf-8"
date
"Thu, 10 Oct 2024 14:25:04 GMT"
x-content-type-options
"nosniff"
x-debug-token
"5c3992"
x-frame-options
"deny"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 2

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 141
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:59
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 59
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-guard/GuardAuthenticatorHandler.php"
    "line" => 62
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 170
    "function" => "authenticateWithToken"
    "class" => "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_KEY_YOUSING
"d44e8adee19da3a8d2a1a72b70fd9343"
API_URL
"https://staging-api.yousign.com"
APP_BASE_URL
"https://dev.api.digidom.pro"
APP_CREDIT_NOTES_STORAGE
"credit_notes.storage.aws"
APP_CSV_STORAGE
"csv.storage.local"
APP_DEBUG
"1"
APP_DOCUMENTS_STORAGE
"documents.storage.aws"
APP_ENV
"dev"
APP_EXPORT_STORAGE
"export.storage.aws"
APP_INVOICES_STORAGE
"invoices.storage.aws"
APP_LETTERS_STORAGE
"letters.storage.aws"
APP_PUBLIC_PATH
"./public"
APP_QUOTES_STORAGE
"quotes.storage.aws"
APP_SECRET
"cljd2a7d0hej6584frk7560a0a72c53eb"
AWS_ACCESS_KEY_ID
"AKIA5ASVTKMOUVRMN426"
AWS_ENV
"staging"
AWS_REGION
"eu-west-3"
AWS_SECRET_ACCESS_KEY
"HpRloO5wSlQ9ait41p8xF1XA1lJTfT3M+GqM1dCu"
AWS_SUPPRESS_PHP_DEPRECATION_WARNING
"true"
CORS_ALLOW_ORIGIN
"*"
DATABASE_HOST
"dgm-mysql-staging.cgnm2oflbrxp.eu-west-3.rds.amazonaws.com"
DATABASE_NAME
"apidg_dev"
DATABASE_PASSWORD
"VoC0RWLWzB4XtROLaBbmxzJCwyEHRMzy"
DATABASE_PATH
"~/.data/mysqldb_ceg"
DATABASE_PORT
"3306"
DATABASE_USER
"apidg_dev"
DOCKER_APP_PATH
"/var/www"
DOCKER_FOLDER_PATH
".docker"
DROPBOX_PATH
"/Applications/DOSSIER DOM"
DROPBOX_PATH_COURRIER
"/Dossier de l'équipe Digidom"
DROPBOX_TOKEN
"OhPLqkgPZWIAAAAAAAAAAarlgapj8-NijFMnT1GNzHD-Hj8U8g1CpZlyEYC4UOxe"
DROPBOX_TOKEN_COURRIER
"fgnFhdTnIgIAAAAAAAAAAerTkgQ5UKZq54UZqbuSWAqnidpvKk8bPfpgKFZI2FU4"
ELASTICSEARCH_HOST
"https://vpc-dgm-elasticsearch-staging-s6aty3a7arrhhogh3ycoz7gare.eu-west-3.es.amazonaws.com/"
ELASTICSEARCH_PREFIX
"dev"
ENQUEUE_DSN
"sqs:?region=eu-west-3&key=AKIA5ASVTKMOR4SBQ3CT&secret=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"
ENQUEUE_QUEUE
"enqueue://default?topic[name]=dgm-sqs-dev.fifo&queue[name]=dgm-sqs-dev.fifo&receiveTimeout=4"
FRONTAPP_API_KEY
"663f106d7aa32f020949f3a3424f163c"
FRONTAPP_API_URL
"https://api2.frontapp.com"
FRONTAPP_TOKEN
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzY29wZXMiOlsic2hhcmVkOioiLCJwcml2YXRlOioiXSwiaWF0IjoxNTQzMjQxMTY3LCJpc3MiOiJmcm9udCIsInN1YiI6ImRpZ2lkb20yIiwianRpIjoiMDE2ZDc5MjY5NDkwM2UzOCJ9.3A8cHpz-aEqU2sHbr4cPShGlWJXNAxuja3oPFYoZyaU"
GC_ACCESS_TOKEN
"sandbox_tcf_QHruQHlfZc850lf9drtGAdcPsvoadeg0ndmc"
GC_ENV
"sandbox"
GC_URL_DASHBOARD
"https://manage-sandbox.gocardless.com/"
INPI_PWD
"!ChangeMe!"
INPI_URL
"https://api.inpi.fr/v1/"
INPI_USER
"!ChangeMe!"
JWT_PASSPHRASE
"5ab85efd51ad4hh66ecet4d31aca2318"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/%kernel.environment%_public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/%kernel.environment%_private.pem"
JWT_TOKEN_TTL
"86400"
LOCALSTACK_HOST_ENDPOINT
"http://localstack:4566"
MERCURE_JWT_SECRET
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.teGguELe3UyCloKfSL1cbkU1eo37x40BLNzNnT9vWdc"
MERCURE_PUBLIC_URL
"https://dev.mercure.digidom.pro"
MERCURE_URL
"https://dev.mercure.digidom.pro/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"https://sqs.eu-west-3.amazonaws.com/894606463773/dgm-sqs-dev.fifo?access_key=AKIA5ASVTKMOR4SBQ3CT&secret_key=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&auto_setup=false&region=eu-west-3"
PAPPERS_CLIENT_TOKEN
"593edd1a49cf1f781f00d20d6aa89b976cd28211ac2a1729"
PAPPERS_SURVEILLANCE_ID_LIST
"30aa5ea2bec302842330da3993124ee55dt1689666383834"
PAPPERS_URL
"https://api.pappers.fr/v2/"
PAYMENT_INTERFACE_URL
"https://dev.app2.digidom.pro/"
PENNYLANE_API_KEY
"00dxkIJKPx9F079BE8Z-KRDVoza1wcmhQR-TkC_g5Js"
PENNYLANE_API_URL
"https://app.pennylane.com"
REDIS_HOST
"dgm-redis-dev-01-001.iq3hy2.0001.euw3.cache.amazonaws.com"
REDIS_PORT
"6379"
REDIS_URL
"redis://dgm-redis-dev-01-001.iq3hy2.0001.euw3.cache.amazonaws.com:6379/1"
SECRET_KEY
"sk_test_5of8oI8k8uONOkKZ7reR6ig3"
SEGMENT_WRITE_KEY
"OAnKZI4sGK9kTYCQpMZSlruByMIJYlcZ"
SENTRY_DSN
"https://975adc698b074eebb1fdd7d03234f474@sentry.io/1450929"
SENTRY_ENV
"dev"
SESSION_MAX
"1296000"
STRIPE_URL_DASHBOARD
"https://dashboard.stripe.com/test/"
STRIPE_WEBHOOK_SECRET
"whsec_b15eImHgOfIqeMngBHFLiSJpE6Y9ZWsN"
TESSERACT_URL
"http://localhost:8884"
TWILIO_ACCOUNT_SID
"AC7c0b05c94a1d9d030ced3f77535e7d7b"
TWILIO_AUTH_TOKEN
"33214901f7a093a26f556233a7a8cb9c"
TWILIO_PHONE_NUMBER_SENDER
"+447445413116"
URL_BV
"https://dash.dev.digidom.pro"
URL_NEW_ADMIN
"https://dev.admin.digidom.pro"
URL_TUNNEL
"https://www.dev-54ta5gq-7voayyan2nsfe.de-2.platformsh.site"
WEBHOOK_SECRET
"webhook_digidom_api_secret"
WEB_URL
"https://staging-app.yousign.com"
WKHTMLTOIMAGE_PATH
"xvfb-run /usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"wkhtmltopdf -B 20 -L 20 -R 20 -T 20 --enable-local-file-access --footer-center "[page]/[toPage]" --footer-spacing 10"
YOUSIGN_API_KEY
"EZtk878ZYSEStJHSPANWhw8fCXAdTqN6"
YOUSIGN_API_KEY_PRODUCTION
"KCbiTc8KXHERxf0GJFzfqiR5OaSk7I8M"
YOUSIGN_API_SANDBOX
"true"
YOUSIGN_API_URL
"https://api-sandbox.yousign.app/v3/"
YOUSIGN_API_URL_PRODUCTION
"https://api.yousign.app/v3/"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"5707"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/data/vhosts/api.digidom.pro/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/data/home/customer"
HTTP_ACCEPT
"application/json, text/plain, */*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_AUTHORIZATION
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3Mjg1NDc5MzQsImV4cCI6MTcyODYzNDMzNCwicm9sZXMiOlsiUk9MRV9BRE1JTiIsIlJPTEVfREVWIiwiUk9MRV9NQUlMQk9YX1NVUEVSX0FETUlOIiwiUk9MRV9NQUlMQk9YX0FETUlOIiwiUk9MRV9TVVBFUl9BRE1JTiIsIlJPTEVfRURJVE9SX1NJVEUiXSwidXNlcm5hbWUiOiJzdGFuaXNsYXNAZGlnaWRvbS5wcm8ifQ.eqwoYedNRpM0eB15qnN3RL6KVAqo8YWlboKeWLT2ZOQ4y0BV06xwwQzMGpYK_GplmBy2xv3-kqhDKU6wO10Jf6CMpzC4BAA9jp53MlsRBWCPKKo7W6fRnJPEUieHU2GLMMsmSDAjQ_AY4DvRhBpvRHw0fVGdnIsg4vz4mgXxop7tXpVBfXkbhTuRv-qaa8-29JhllvbCKVhHFGZyTLNx597Omwc3Hz920WK9GtX9q3fXHoq6eLFtZZ5kbNjsskcYb6mTzSylUpKp_LaKitVJ7hJYqTTbLx9n1tebXXwu4bPqjoE3P9Epyl5EoiTf4BwCQbNbTUj8RnYjVNeV9K9T3w"
HTTP_CONTENT_LENGTH
"5707"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"dev.api.digidom.pro"
HTTP_ORIGIN
"https://dev.admin.digidom.pro"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"https://dev.admin.digidom.pro/"
HTTP_SEC_CH_UA
""Google Chrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-site"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"
HTTP_X_AMZN_TRACE_ID
"Root=1-6707e3bd-2dcbed01449a62d425340e93"
HTTP_X_FORWARDED_FOR
"88.183.69.135"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
PHP_SELF
"/index.php"
QUERY_STRING
"q=/v1/users&"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"10.55.13.243"
REMOTE_PORT
"60006"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1728570301
REQUEST_TIME_FLOAT
1728570301.4605
REQUEST_URI
"/v1/users"
SCRIPT_FILENAME
"/data/vhosts/api.digidom.pro/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.55.109.67"
SERVER_NAME
"dev.api.digidom.pro"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.14.2"
SYMFONY_DOTENV_VARS
"APP_SECRET,APP_ENV,APP_DEBUG,AWS_ENV,DOCKER_APP_PATH,DOCKER_FOLDER_PATH,APP_PUBLIC_PATH,DATABASE_PATH,CORS_ALLOW_ORIGIN,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,SENTRY_DSN,SENTRY_ENV,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,JWT_TOKEN_TTL,TWILIO_ACCOUNT_SID,TWILIO_AUTH_TOKEN,TWILIO_PHONE_NUMBER_SENDER,SEGMENT_WRITE_KEY,SECRET_KEY,STRIPE_WEBHOOK_SECRET,STRIPE_URL_DASHBOARD,URL_TUNNEL,URL_BV,URL_NEW_ADMIN,DROPBOX_TOKEN,DROPBOX_PATH,DROPBOX_TOKEN_COURRIER,DROPBOX_PATH_COURRIER,SESSION_MAX,FRONTAPP_API_KEY,FRONTAPP_TOKEN,FRONTAPP_API_URL,ELASTICSEARCH_HOST,ELASTICSEARCH_PREFIX,APP_BASE_URL,GC_ACCESS_TOKEN,GC_ENV,WEBHOOK_SECRET,GC_URL_DASHBOARD,API_KEY_YOUSING,API_URL,WEB_URL,YOUSIGN_API_KEY,YOUSIGN_API_KEY_PRODUCTION,YOUSIGN_API_URL,YOUSIGN_API_URL_PRODUCTION,YOUSIGN_API_SANDBOX,AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,AWS_REGION,DATABASE_HOST,DATABASE_NAME,DATABASE_USER,DATABASE_PASSWORD,DATABASE_PORT,ENQUEUE_DSN,ENQUEUE_QUEUE,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,REDIS_URL,REDIS_HOST,REDIS_PORT,PAYMENT_INTERFACE_URL,PAPPERS_URL,PAPPERS_CLIENT_TOKEN,PAPPERS_SURVEILLANCE_ID_LIST,INPI_URL,INPI_USER,INPI_PWD,MESSENGER_TRANSPORT_DSN,APP_DOCUMENTS_STORAGE,APP_INVOICES_STORAGE,APP_LETTERS_STORAGE,APP_QUOTES_STORAGE,APP_CREDIT_NOTES_STORAGE,APP_CSV_STORAGE,APP_EXPORT_STORAGE,PENNYLANE_API_URL,PENNYLANE_API_KEY,LOCALSTACK_HOST_ENDPOINT,TESSERACT_URL,AWS_SUPPRESS_PHP_DEPRECATION_WARNING"
USER
"customer"

Parent Request

Return to parent request (token = 8e56ef)

Key Value
_api_collection_operation_name
"post"
_api_exception_to_status
[]
_api_has_composite_identifier
false
_api_identifiers
[
  "id"
]
_api_operation_name
"api_users_post_collection"
_api_resource_class
"Evo\Infrastructure\MappingORM\User"
_controller
"api_platform.action.post_collection"
_firewall_context
"security.firewall.map.context.api_users"
_format
null
_links
Symfony\Component\WebLink\GenericLinkProvider {#7275
  -links: [
    7274 => Symfony\Component\WebLink\Link {#7274
      -href: "http://dev.api.digidom.pro/v1/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_nelmio_cors_should_allow_origin
true
_remove_csp_headers
true
_route
"api_users_post_collection"
_route_params
[
  "_format" => null
  "_stateless" => null
  "_api_resource_class" => "Evo\Infrastructure\MappingORM\User"
  "_api_identifiers" => [
    "id"
  ]
  "_api_has_composite_identifier" => false
  "_api_exception_to_status" => []
  "_api_operation_name" => "api_users_post_collection"
  "_api_collection_operation_name" => "post"
]
_security_firewall_run
"_security_api_users"
_stateless
null
_stopwatch_token
"b65bcf"
data
Evo\Infrastructure\MappingORM\User {#2830
  -id: null
  -organizations: Doctrine\ORM\PersistentCollection {#6047 …}
  -stores: Doctrine\ORM\PersistentCollection {#6076 …}
  -email: "test29543@digidom.pro"
  -phoneNumber: "+33678234543"
  -password: "$2y$12$6HtwmtKMnu8owtbadY4kmOZrJ7EZz/DaN8.kurAQzj11a3kRe0rBK"
  -roles: [
    "ROLE_USER"
  ]
  -lastname: "Test"
  -firstname: "2954 3"
  -createdAt: DateTime @1728570302 {#2836
    date: 2024-10-10 16:25:02.316833 Europe/Berlin (+02:00)
  }
  -registrationSource: null
  -honorificPrefix: null
  -resetToken: "dc7d7b401b133cfcd9a13c2ab49fae0dec9b691d"
  -resetTokenExpirationDate: "1728656703"
  -invoices: Doctrine\ORM\PersistentCollection {#6074 …}
  -UTMs: Doctrine\ORM\PersistentCollection {#6075 …}
  -uniqId: "6707e3bf2a850"
  -codeConfirmation: null
  -leads: Doctrine\ORM\PersistentCollection {#6073 …}
  -activityLogs: Doctrine\ORM\PersistentCollection {#6072 …}
  -updatedAt: null
  -isActive: true
  -commercialGestures: Doctrine\ORM\PersistentCollection {#6071 …}
  -pappersActivityLogWrappers: Doctrine\ORM\PersistentCollection {#6070 …}
}