I'm trying to use this API,
https://people.googleapis.com/v1/{resourceName=people/*}
here if I use mine i.e., people/me for resourceName and addresses for personFields I'm getting the results.
But I need to check the other people details in our organisation, is there any way to get.
With the same api , I think need to pass the resource name people/{user_id}, ow can we get the other people user_id to make request?
Thanks