Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am working on an application in which I programmatically create a workspace using Groups.CreateGroupAsync(). But there is no option to specify Privacy of “members can only view”. In addition, this code throws an error group.IsReadOnly = true; await client.Groups.UpdateGroupAsAdminAsync(group.Id, group); Does anyone know if this can be accomplished?