ListCustomers
Tests
| Test |
Duration |
Result |
| customerAdmin_withoutAssumedRole_canOnlyViewOwnCustomer() |
0.081s |
passed |
| globalAdmin_withoutAssumedCustomerAdminRole_canOnlyViewOwnCustomer() |
0.047s |
passed |
| globalAdmin_withoutAssumedRoles_canViewAllCustomers_ifNoCriteriaGiven() |
0.071s |
passed |
| globalAdmin_withoutAssumedRoles_canViewMatchingCustomers_ifCriteriaGiven() |
0.073s |
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:32:48 GMT
Keep-Alive: timeout=60
Connection: keep-alive
[
{
"uuid": "dce4b958-c80d-4801-a686-218166fc7067",
"prefix": "xxx",
"reference": 99901,
"adminUserName": "tst-customer_admin_xxx"
},
{
"uuid": "7d1c7a9a-0bd4-450d-bd1c-88ff877712de",
"prefix": "yyy",
"reference": 99902,
"adminUserName": "tst-customer_admin_yyy"
},
{
"uuid": "919fa8ab-4f1a-47b4-aec9-c6509e1895f2",
"prefix": "zzz",
"reference": 99903,
"adminUserName": "tst-customer_admin_zzz"
}
]