Replies: 2 comments 1 reply
-
Hi @Maki079
I suspect the Microsoft Teams PowerShell module is either tweaking the payload in a specific way, or using some non-public backend administrative API, hence the difference in behaviour. bytes, err := abstractions.SerializeToJson(requestBody)
jsonRepresentation := string(bytes) |
Beta Was this translation helpful? Give feedback.
-
@Maki079 I realize this isn't the right place, but did you ever figure this out? I'm in the same boat and need these teams not activated. Using the MicrosoftTeams module causes weird issues on Edu_Class templates (such as onenote not working) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi !
I'm asking for your help because I'm loosing my mind at this point.
I want to create a new Team using 'educationClass' template but i need it to NOT be activated at start, so owners can prepare the classes before students can se it.
This can be easily done using MicrosoftTeams PowerShell Gallery Module
like this :
New-Team -DisplayName "Super Team 420" -MailNickName "SuperTeam" -Template "EDU_Class" -Owner (owner@example.com")
BUT calling Graph ends with a team witch is already activated (it is impossible to "unactive" a team)
Have anyone done something like this before ? I`m extremely thankful for any response
Beta Was this translation helpful? Give feedback.
All reactions