Add on for Microsoft team

Frederic Buis 1 Reputation point
2020-11-19T16:36:58.893+00:00

Hello we are software editor in the education and trying to plug Ms Teams in our application and looking for someone that has the experience of the process. Is there someone that know especially if there is a limit for the user that may not be register as a microsoft user ? Is there some exemple of code for a creation of a class ans some student..etc.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,162 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sharon Zhao-MSFT 25,096 Reputation points Microsoft Vendor
    2020-11-20T06:50:39.477+00:00

    @Frederic Buis ,

    Do you mean that you want to add Microsoft Teams on your software?

    As we are mainly responsible for general issue of Microsoft Teams, if you mean the development scope, we don’t support it. Thanks for your understanding.

    As I know, it has no special requirements for users.

    About creating class type of teams, you can use the following cmdlet:

    New-Team -DisplayName “Classes” -Description “xxxxxx” -Template “EDU_Class” -Visibility Public  
    

    For more information about this command, please refer to this article.

    Please note that you must have an EDU license to create class type of teams.


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.