Forum Discussion
BoHyun
Aug 28, 2020Brass Contributor
I want to add a team and add members at the same time. using graph api, c#
I want to make a team and immediately add members . I use this code when make a team. var additionalData = new Dictionary<string, object>()
{
{"templat...
Nikitha-MSFT
Aug 28, 2020Former Employee
BoHyun - It takes sometime to get the Team created and that is the reason you are getting null id in return. Best way is to separate the logic of creating team and adding members/owners.