MS-700 Practice Question 3234

Exam: MS-700
Domain: Configure and manage a Teams environment
Difficulty: hard
You need to automate Teams provisioning using the Microsoft Graph API. Which permission is required to create teams on behalf of the application without an interactive user login?

Answer Options

A
Team.Create or Group.ReadWrite.All (Application permissions)
B
User.Read (Delegated permission)
C
Mail.Send
D
Device.Command

Correct Answer

A: Team.Create or Group.ReadWrite.All (Application permissions)

Explanation

Application permissions such as Team.Create or Group.ReadWrite.All granted to an Entra ID App Registration allow automated backend creation of teams via Microsoft Graph.