I am adding a large number of users to my project from the organization into my project. The organization is managed by my University and I cannot directly access users from there. I have to manually type email select the user and add it.
Is there any way I can automate this process by using cloud SDK on Windows, by writing some program OR any web automation tool which search through emails and add them?
I have a pattern of emails but not exact emails. So this searches through this pattern and adds all those which exists in organization IAM to my project OR just search through and give me the list of emails.
GCloud IAM Scenario:
- Organization managed by University having all users in it.
- I am a user with limited access
- I have created my own project under this organization I cannot access the organization IAM dashboard and through CLI
- But when I start typing an email in add member window in my project it gives all matching users list
- I want to grasp all these emails.