This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each of the questions.
A developer has created a Microsoft Teams app using Teams Toolkit for Visual Studio Code. They would like to use Teams Toolkit to register the app with Microsoft Entra. Which action needs to be defined in the teamsapp.yml/teamsapp.local.yml configuration files for the Provision command to create an app registration?
aadApp/Register
aadApp/Create
aad/Register()
A developer wants to retrieve all the users in their organization using the Microsoft Graph API. What is the correct syntax for constructing this request?
GET https://graph.microsoft.com/v1.0/organization/users
https://graph.microsoft.com/v1.0/organization/users
GET https://graph.microsoft.com/v1.0/me
https://graph.microsoft.com/v1.0/me
GET https://graph.microsoft.com/v1.0/users?$select=id,displayName,mail,userPrincipalName
https://graph.microsoft.com/v1.0/users?$select=id,displayName,mail,userPrincipalName
A developer built an app that edits a user's profile properties. Which permission is required for this operation?
Directory.Read.All
User.ReadBasic.All
User.ReadWrite
You must answer all questions before checking your work.
Was this page helpful?