I\'d like to be able to list all users and service account associated with my projects (preferably using the gcloud CLI tool, but happy to make
gcloud
The following command can give clear view of the MEMBERS of your Project within the GCP account : gcloud projects get-iam-policy PROJECT_ID --flatten="bindings[].members" --format="table(bindings.members)"
gcloud projects get-iam-policy PROJECT_ID --flatten="bindings[].members" --format="table(bindings.members)"