Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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