I want to change the email address behind the Google cloud platform project or if that is not possible i want to migrate the project to the new account. How can that be done?
Asked
Active
Viewed 522 times
0
-
Does this answer your question? [How to transfer Google Cloud project ownership?](https://stackoverflow.com/questions/25697766/how-to-transfer-google-cloud-project-ownership) – divyang4481 Jan 28 '20 at 19:18
-
answer is already given here https://stackoverflow.com/questions/25697766/how-to-transfer-google-cloud-project-ownership – divyang4481 Jan 28 '20 at 19:19
1 Answers
2
Using Cloud IAM you can do this in 2 steps:
- "Add" a new identity (email address) as an "owner" of the project
- "Remove" the current identity from being an "owner" of the project.
Go to the console in your browser, navigate to your project you want to update, go to "IAM & admin", and perform the above steps.

Thomas Ruble
- 842
- 6
- 14
-
-
The question was only about an email account. Billing is an independent concern from the "owner" roles bound to a project. – Thomas Ruble Jan 28 '20 at 20:27
-
The question is migrating a project. If you are migrating (changing ownership/control), you probably also want to change the billing account. These are separate but interrelated items for Google Cloud Project management. – John Hanley Jan 28 '20 at 20:32