Is there a way to get a list of users for each specific Registry/IAM server?
All supported DevTest releases.
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/admin/realms/service_virtualization/users'
Here are some examples:
1. Using Curl