Create Teams in Bulk request

JSON body to use the experimental create team in bulk request

[
    {
        "Name":"teamname",
        "Tags":["Tag 1", "Tag 2"]
        "Members:[
            {
                "GivenName":"Fullname",
                "Email":"[email protected]"
            }
        ]
    }
]

Last updated