ListCustomers
Tests
| Test |
Duration |
Result |
| customerAdmin_withoutAssumedRole_canOnlyViewOwnCustomer() |
0.044s |
passed |
| globalAdmin_withoutAssumedCustomerAdminRole_canOnlyViewOwnCustomer() |
0.052s |
passed |
| globalAdmin_withoutAssumedRoles_canViewAllCustomers_ifNoCriteriaGiven() |
0.085s |
passed |
| globalAdmin_withoutAssumedRoles_canViewMatchingCustomers_ifCriteriaGiven() |
0.065s |
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 16:40:55 GMT
Keep-Alive: timeout=60
Connection: keep-alive
[
{
"uuid": "11bc54a8-329f-471c-9fa7-8deff64e0063",
"prefix": "xxx",
"reference": 99901,
"adminUserName": "tst-customer_admin_xxx"
},
{
"uuid": "b0512f5a-89d8-4c79-8d8d-b965f357209f",
"prefix": "yyy",
"reference": 99902,
"adminUserName": "tst-customer_admin_yyy"
},
{
"uuid": "e23947be-fe92-4d36-9bfa-17255e281522",
"prefix": "zzz",
"reference": 99903,
"adminUserName": "tst-customer_admin_zzz"
}
]