I use the "Office 365 unified API client library" (https://www.nuget.org/packages/Microsoft.Graph/0.2.8-rc) and I want to create a unified group. I am able to get the token and call the API but I can't get a "unified" group creation to work.
This breaking change seems to be the reason : http://dev.office.com/blogs/Update-On-Office-365-Unified-API
In the property of Group in the "Office 365 unified API client library" there is the property "groupType" but "groupTypes" is missing.
Is there an other way to acheive this with the "Office 365 unified API client library"?
If not does anybody know when the next release of this library is?