Is there a way to get a list of users for each specific Registry/IAM server?
Release : 10.7 an up
Component : CA Service Virtualization
We do not have this functionality OOTB, but you can use Keycloak API's to retrieve that data.
The call you would make is GET 'https://localhost:51111/auth/
here are some examples
1. Using Curl