Hello, Google community. I have questions about usage google libraries.
Could I get information about the user, and if yes - what kind of information and how?
How can I check if the email address belongs to the group or individual (personal) user. I give you one example of how I want to use this. I want to give some user permissions to my dataset on BigQuery, but I don't know if this individual or group accounts. So, if I gave it to the group account, all users in that specific group would have access to my data. It's exactly not what I want to receive.
How to check if Google accounts that I receive are without mailbox (Gmail is disabled).
Is this exactly gmail exists (is this correct email address)?
I'm trying to use a People API library to check use, but I can't get account_id. https://developers.google.com/people/api/rest/v1/people/get
I found some related StackOverflow questions, but no one gives an answer to my question. So if you could provide some information about that. Or give some clarifications. List of them:
- how get account_id - github issue -> https://github.com/googleapis/google-api-dotnet-client/issues/1115
- How do I get the Google user ID from an email address?
- Google account ID by account email - question haven't yet responded.
- Google API to retrieve account-id by email How to get Google User ID using the GMail address in Android?