Using graph API we requested oauth access token for planner task, I received the access token successfully. The token list the scopes as below
Calendars.ReadWrite Contacts.ReadWrite Directory.Read.All Group.ReadWrite.All Notes.ReadWrite People.Read **Tasks.ReadWrite** User.Read.All profile openid email
But when I try to get any planner task, I get a below error.
GET /groups/{group-id}/planner/plans
The error is The resource you are looking for might have been removed, had its name changed, or its temporarily unavailable
Is it possible to identify the resources that the user has access to in his account? Is there any graph API that could list the resources for the user.