Erik Lydersen

Results 3 comments of Erik Lydersen

The group type is `Unified`, and **IsAssignableToRole** is `null`. Here's the full request (strings replaced with dummy values) used to create the group through the .NET Graph Client: ``` var...

Here is the call to add the users. `batch` is an IEnumerable of user IDs retrieved through the same client (the syntax differs from the example, see microsoftgraph/microsoft-graph-devx-api#1006). The batch...

Hi, Yes, I get the same error. I am using the latest client (4.19) on .NET 6, if that's relevant.