ListCustomers

4

tests

0

failures

0

ignored

0.362s

duration

100%

successful

Tests

Test Duration Result
customerAdmin_withoutAssumedRole_canOnlyViewOwnCustomer() 0.074s passed
globalAdmin_withoutAssumedCustomerAdminRole_canOnlyViewOwnCustomer() 0.095s passed
globalAdmin_withoutAssumedRoles_canViewAllCustomers_ifNoCriteriaGiven() 0.123s passed
globalAdmin_withoutAssumedRoles_canViewMatchingCustomers_ifCriteriaGiven() 0.070s 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 15:07:07 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "80d0f111-e544-409d-9ec2-01bf5f183790",
        "prefix": "xxx",
        "reference": 99901,
        "adminUserName": "tst-customer_admin_xxx"
    },
    {
        "uuid": "25010d87-fa1f-4e5f-8c99-096722e1d16b",
        "prefix": "yyy",
        "reference": 99902,
        "adminUserName": "tst-customer_admin_yyy"
    },
    {
        "uuid": "ff9f17fa-97c4-46ee-8d16-d09896b68b6c",
        "prefix": "zzz",
        "reference": 99903,
        "adminUserName": "tst-customer_admin_zzz"
    }
]