When we see from Teams UI while we create new Teams, we can choose the option of public and private.
Can I Create Teams as a Private team using Graph API? If so, can anyone help me to find the related document?
When we see from Teams UI while we create new Teams, we can choose the option of public and private.
Can I Create Teams as a Private team using Graph API? If so, can anyone help me to find the related document?
@Karen You cannot set the visibility directly on the team. Instead, you could set visibility of the group to Private and create the team upon that group.
Here, for the API: "v1.0/groups/{ID}" -Body '{"visibility": "Private"}' -Method PATCH