Teams graph api
2 TopicsTeams Wiki content Migration Issue
I am trying to Migrate Teams Wiki Tab Content across the tenant. I found that teams wiki contents are stored in the teams SharePoint hidden list with channel name. Hidden List and .mht file is created when we click on the wiki tab in teams group. Is there any way to perform the Hidden list and .mht file creation using Power shell or C# without clicking the wiki tab.Solved3.7KViews0likes3CommentsMicrosoft graph add member
I'm trying to add a member to an existing team through graph API. I'm doing the following: 1. Obtained the bearer access token by using client_credentials flow 2. Obtained the id of the user and group object 3. Invoked the graph api (https://graph.microsoft.com/v1.0/groups/%7bgroupd_id%7d/members/$ref) using the bearer token and the following odata object in the body { "@odata.id": "https://graph.microsoft.com/v1.0/directoryObjects/%7buser_id%7d" } I get the following error when doing so. I checked the permission for the applications and everything seems to be right (see below). What could be the problem?1.1KViews0likes1Comment