We want to integrate People API for our cloud application. Our application can be used by anyone who signs up. Once they sign up they will be able to add users to their network. We have an option to add users manually.
We also want to use People API to fetch a list of relevant people for the logged-in user.
With my client id I'm able to search my list of relevant people:
People.Read.all & User.Readbasic.all & User.Read
All have all been enabled on our side.
How can I enable this option for other logged in users? Do I need to get permission? If so from who?
Using this for guidance: https://learn.microsoft.com/en-us/graph/people-example