Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google multiple accounts - In URL selection by email instead of by user number

When accessing multiple Google accounts from the browser, with multiple accounts logged in, Google will allow selecting the proper account using a number that identifies the chronologically logged in user, with the syntax:

https://<service-name>/u/<user-number>/

For instance:

https://mail.google.com/mail/u/0/#inbox
https://contacts.google.com/u/2/preview/all

I wonder if is there a way to use an URL where the user-number is replaced with the user email....

like image 712
Riccardo Avatar asked Oct 27 '16 09:10

Riccardo


People also ask

Can you have multiple Google Accounts with same email?

Luckily, Gmail allows you to handle multiple Gmail accounts and email addresses from one Gmail inbox. In this post, we'll discuss how you can easily set up the Gmail multiple inboxes feature to manage multiple Gmail accounts in one inbox.

Can I use one number for multiple Google Accounts?

Currently, you are allowed to create up to four accounts using the same computer system or phone number.

How do I separate my Google Accounts from each other?

In the top right, select your profile picture or initial. Select Sign out or Sign out of all accounts. Select Remove an account. Optional: If you've signed in on other browsers, like Firefox or Safari, repeat these steps for each.


1 Answers

This seems to work for Gmail

On Desktop: https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F%3Fauthuser%3DUSERNAME%40DOMAIN&service=mail&Email=USERNAME@DOMAIN

For mobile:

https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fmail.google.com%2Fmail%2Fmu%2Fmp%2F%3Fauthuser%3DUSERNAME%40DOMAIN&service=mail&Email=USERNAME@DOMAIN

like image 63
Riccardo Avatar answered Oct 31 '22 17:10

Riccardo