-
Notifications
You must be signed in to change notification settings - Fork 492
Description
Is your feature request related to a problem? Please describe.
I am currently working with a large Cloud Identity organization that would like to be able to discover Sites and WebResources that managed users (previously unmanaged) may have access to for better governance and visibility.
Describe the solution you'd like
https://developers.google.com/site-verification/v1/webResource/list
https://developers.google.com/webmaster-tools/v1/sites/list
Google has Search Console API and Site Verification API that allows authenticated users to list sites and WebResources without supplying any additional parameters. I would like to be able to make the API calls (off by default for GAM) for managed users through impersonation/domain-wide delegation.
# Show Search Console Sites
gam user [email protected] show webmastersites
# Show WebResoures
gam user [email protected] show webresources
Describe alternatives you've considered
We have met with some users who already have access to Search Console for a few root domains, but there may be other domains that have yet to be discovered.
Additional context
Read-only would be fine, there are no additional properties that may be beneficial to other admins based on API documentation.