I am unable to update the birthday and hireDate properties for users in my directory.
The following request returns a 500 Internal Server Error
PATCH https://graph.microsoft.com/beta/users/[removed] HTTP/1.1 SdkVersion: Graph-dotnet-1.10.0 Authorization: Bearer [removed] Cache-Control: no-store, no-cache Content-Type: application/json; charset=utf-8 Host: graph.microsoft.com
{"hireDate":"1989-10-02T04:00:00Z"}
HTTP Response
HTTP/1.1 500 Internal Server Error Content-Type: application/json ...
Microsoft.Office.Server.Directory.DirectoryObjectUnauthorizedAccessException. Attempted to perform an unauthorized operation.