How do I list all IAM users for my Google Cloud Project
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 an API call if needs be). I can easily list all the service accounts associated with a project using this , but how can list all the users too? I'd expect something like the following, but I cannot see anything in the doco: gcloud beta iam users list List all service accounts in a project The following command lists all service accounts associated with a project: $ gcloud iam service-accounts list NAME EMAIL Compute Engine default service account