ListCustomers

4

tests

0

failures

0

ignored

0.241s

duration

100%

successful

Tests

Test Duration Result
customerAdmin_withoutAssumedRole_canOnlyViewOwnCustomer() 0.045s passed
globalAdmin_withoutAssumedCustomerAdminRole_canOnlyViewOwnCustomer() 0.054s passed
globalAdmin_withoutAssumedRoles_canViewAllCustomers_ifNoCriteriaGiven() 0.066s passed
globalAdmin_withoutAssumedRoles_canViewMatchingCustomers_ifCriteriaGiven() 0.076s passed

Standard output

HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 13:36:23 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "ec320705-4d6b-4f62-9762-3f630cde8668",
        "prefix": "xxx",
        "reference": 99901,
        "adminUserName": "tst-customer_admin_xxx"
    },
    {
        "uuid": "b7b1d40f-5a43-494e-b262-155d1f61322e",
        "prefix": "yyy",
        "reference": 99902,
        "adminUserName": "tst-customer_admin_yyy"
    },
    {
        "uuid": "50223591-314b-473d-b01d-b17f71abc3de",
        "prefix": "zzz",
        "reference": 99903,
        "adminUserName": "tst-customer_admin_zzz"
    }
]