Get User Detail (Office 365 Activations) JSON not formatted properly
JSON output from Graph beta API should provide string for lastActivatedDate. However null value is retrieved if user has not activated respected product license.
This inconsistency causes data processing failures in Microsoft Flow. The 'Parse JSON' action fails with "Invalid type. Expected String but got Null." for lastActivatedDate property, as JSON schema defines string type for this property.
1
vote
