Closed davidkarlsen closed 3 years ago
Hey @davidkarlsen Thanks for reaching out. After giving it a try it appears the service is not behaving like it should (according to the metadata). The best thing for you to do is to contact the support so the service engineers can investigate and solve the issue. I'm leave this issue open for visibility but transferring it to the service issues repository.
I don't have access to the enterprise agreement in order to open a support case so I guess that's a dead end...
I have created the incident 217025424 as I can reproduce the issue on my dev tenant, but incidents created by internal teams that are not linked to tickets from customers usually get a lesser priority.
Hi @davidkarlsen I got a response from the service team, the request will work using the Mezzo APIs Http:
GET https://graph.microsoft.com/v1.0/me/transitiveMemberOf/microsoft.graph.group?$count=true
ConsistencyLevel: eventual
final List<Option> consistencyLevelOptions = Arrays.asList(new HeaderOption("ConsistencyLevel", "eventual"));
final GroupCollectionPage groups = graphServiceClient.users(optionalUser.get().id).transitiveMemberOfAsGroup().buildRequest(consistencyLevelOptions).count().get();
They are still working on fixing the response when using the "classic" identity service so it returns a proper error message. Thanks for the patience
@baywet Any update to this issue?
@davidkarlsen thanks for the nudge. A bug has been logged with the team responsible back in march, and the incident closed. No activity since. (for me: id div, id 1271046)
@davidkarlsen thanks for the nudge. A bug has been logged with the team responsible back in march, and the incident closed. No activity since. (for me: id div, id 1271046)
and the incident closed - what does that mean? No fix will be released?
Hey @davidkarlsen Thanks for your patience. I finally heard from the service team, they put together a fix for that. I don't have an ETA for availability on the public cloud, but I'm trying to get that information as well.
Hi @davidkarlsen , The service team has confirmed to me the deployment of the fix is completed to all pubic clouds. Thanks again for your patience on that matter! Closing
Yay, thanks for reminding me... :-)
Expected behavior
Lookup of groups should work:
Actual behavior
Steps to reproduce the behavior