microsoftgraph / msgraph-sdk-serviceissues

Tracks service issues for follow up.
5 stars 0 forks source link

Directory roles - different results for display name when called with delta #119

Open dusan-g opened 2 years ago

dusan-g commented 2 years ago

Hello,

we are using this endpoint to get directory roles delta - https://graph.microsoft.com/v1.0/directoryRoles/delta?$deltatoken=[DIRECTORYROLEDELTATOKEN] There seems to be a bug in this graph call, as in "displayName" it returns "Company Administrator" instead of "Global Administrator" for most of the tenants.

When we call this endpoint https://graph.microsoft.com/v1.0/directoryRoles with the same credentials for the same tenant, the response contains "Global Administrator" in "displayName" property.

I think "Company Administrator" has been deprecated, so only "Global Administrator" should be used. However I think there's a bug in Graph call to get directory roles, as different display names are returned for the same tenant when using delta and when not using delta in the Graph call.

Thanks,

Dusan

petrhollayms commented 7 months ago

Thank you for reporting this issue. This appears to be an issue or limitation with the service APIs. Unfortunately, as the Microsoft Graph SDK team, we do not have ownership of the APIs that are causing you issues. We invite you to create a question about the service API to Microsoft Q&A and tagged with one of the [microsoft-graph-*] tags, that way it will get routed to the appropriate team for them to triage.

https://aka.ms/askgraph

For now, we will close the issue on our side but feel free to open it in the relevant repository if you think the issue is specific to SDK. Please let us know if this helps!

Note: We will close this repository on April 19, 2024.