Team with 'educationClass' template #663
Unanswered
Michal Makurat (Maki079)
asked this question in
Q&A
Replies: 2 comments 1 reply
|
Hi Michal Makurat (@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) |
0 replies
|
Michal Makurat (@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) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
All reactions