Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created November 19, 2021 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmedd/000e8ac5bc0e77c1f3051a31361d033d to your computer and use it in GitHub Desktop.
Save jonathanmedd/000e8ac5bc0e77c1f3051a31361d033d to your computer and use it in GitHub Desktop.
Retrieve a list of users belonging to your SonarCloud organization:
Get-SonarCloudOrganizationMember -organization 'testorg'
Name : Test User 1
Login : testuser1@gitlab
Avatar : aLyqRLDYigty59tXaLyqRLDYigty59tX
GroupCount : 5
IsOrgAdmin : True
Name : Test User 2
Login : testuser2@gitlab
Avatar : QyAtLyKh7GnsGT2QyAtLyKh7GnsGT2
GroupCount : 6
IsOrgAdmin : True
Name : Test User 3
Login : testuser3@gitlab
Avatar : cFUWy1AWJs8SzcKgcFUWy1AWJs8SzcKg
GroupCount : 2
IsOrgAdmin : False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment