@CarlZhao-MSFT we want to get all planners through one user whether that user is a part of a group or not.
@CarlZhao-MSFT current we are using graph API to get the details of all planners using planner id's we have added all permission to graph delegated as mentioned in the above screenshots but still we are facing permission issue.
@CarlZhao-MSFT No, because we need to give access to one user, and then we will use that user to get all planners inside our organization so is it possible?
@CarlZhao-MSFT we have created a user having the name "myuser" then we have registered an app then we have added graph APIs to our app and then we have added delegated permissions for tasks and planners to get the details of every planner and task through "my user" but still facing permissions issue.
@CarlZhao-MSFT no, I haven't add my user to the group currently our requirement is to get the details of the planner through a specific user whether that user is a part of the group or not.
@CarlZhao-MSFT Is there any way to get All groups planners through a specific user at the organization level?
@CarlZhao-MSFT no this user is not a member of a group but as per description we are using this user to get the details of every planner in our orgranization
@ChetanSharmamsft-3456 yes but we are using graph API to get planner details and we have added all permission to user but still we are facing issue
@MichaelBeltoft-9855 Yes, I have resolved my issue from @piaudonn answer, and it's quite easy to resolve send me your postman call screen shots I will help you in this area.
@CarlZhao-MSFT subscription is exist but the list of subscriptions is empty when I call https://graph.microsoft.com/v1.0/subscriptions API a few days earlier its worked fine but now it's not working
I need the list of created subscriptions
https://graph.microsoft.com/v1.0/subscriptions
"error": {
"code": "ExtensionError",
"message": "Operation: Create; Exception: [Status Code: Conflict; Reason: A subscripton already exists. It must be deleted before a another can be made.]",
"innerError": {
"date": "2022-01-25T09:07:22",
"request-id": "6a7df85b-0b69-4b4c-97de-da4b8839437c",
"client-request-id": "6a7df85b-0b69-4b4c-97de-da4b8839437c"
}
}
}
@02191796 No no if you check my postman request, first of all, I am checking that there is any subscription available with the exact details the API shows 0 results but when I am going to create a subscription it shows me that the subscription already exists.