Change tracking not supported on Azure US Government for Administrative Unit

Henry Vu 0 Reputation points
2024-07-02T08:48:54.0466667+00:00

Hellow Microsoft teams,

I am trying to use the delta query to track changes on Administrative Unit objects in Microsoft Graph dataAzure US Government environment. However, I received an error stating that change tracking is not supported in this environment.

code : BadRequest , message : Unsupported request: Change tracking is not supported against 'microsoft.graph.administrativeUnit'

The request URL is: https://graph.microsoft.us/v1.0/directory/administrativeUnits/delta()?$top=100&$select=id,deletedDateTime,description,displayName,visibility,members,scopedRoleMembers,membershipRule,membershipType,membershipRuleProcessingState

I checked the documentation, and it seems like it should be supported: https://learn.microsoft.com/en-us/graph/api/administrativeunit-delta?view=graph-rest-beta&tabs=http

So am I missing some changes about this? Please let me know if there is something wrong. I appreciate any help you could make.

Thank you.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,246 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yakun Huang-MSFT 1,875 Reputation points Microsoft Vendor
    2024-07-02T09:23:20.78+00:00

    Hi @Henry Vu

    This endpoint is a beta endpoint and was not included in the official v1.0 release.

    The request method is as follows:

    Screenshot 2024-07-02 172033

    About getting the administrativeUnit in v1.0:https://learn.microsoft.com/en-us/graph/api/administrativeunit-get?view=graph-rest-1.0&tabs=http

    About getting administrativeUnit in beta:https://learn.microsoft.com/en-us/graph/api/administrativeunit-delta?view=graph-rest-beta&tabs=http

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.