Hi,
We have a private organization. As people leave the organization, I want to make sure I remove their membership from SonarCloud, in an automated way. But also I want to be able to validate that all members did actually use their Azure AD authentication to connect to our organization.
What I would love is if I could use the web_api for users, and filter on my organization. E.g. return all users that are a member in my organization. For example like: https://sonarcloud.io/api/users/search?organization=MYORGNAME
But I cannot seem to find this in the current documentation? Is there a way I can get the same overview as I can get in the ‘Members’ currently, but then via the APIs?