Denis Obukhov

Results 2 issues of Denis Obukhov

I'm using ` GraphServiceClient` along with `PageIterator` in my code to go over all response pages. ``` UserCollectionResponse userCollectionResponse = graphClient.users().get(); List users = new LinkedList(); PageIterator graphResponsePageIterator = new...

### Describe the bug When an app has `Sites.Read.All` api permission, it can list all available sites. But when it has `Sites.Selected` only and was granted permissions to selected sites...

Status: Needs Investigation
type:question