Content
How to send adaptive card templates with Graph API ?
Hi. I am trying to send adaptive card to a chat with graph api and i am using .net core web api. I want to try with different adaptive card. This question…


Why I am not able to export tenant configuration via M365DSC PowerShell cmdlets?
Why I am not able to export tenant configuration via M365DSC PowerShell cmdlets? I have run all required cmdlets but still its not exporting completely and showing partially exported. Import-module Microsoft365DSC Export-M365DSCConfiguration I am…


Guest users got 403 when fetching chat/channel members
Hi, it seems all the guest users would see 403 error when fetching chat/channel members. GET /chats/{chatId}/members GET /channels/{channelId}/members Sample error response: { "error": { "code":…
changepassword through Microsoft graph api not working
Hi , I tried changing password through graph api url but i get the below error as a response for my B2C tenant user I also tried updating user password through graph api but i am getting no privilege issue as i checked the document i can see that…


send channel message is not working with application permissions
i am getting " Message POST is allowed in application-only context only for import purposes teams api.PNG"


InternalServerError for List registrants - /me/onlineMeetings/{id}/registration/registrants #20114
Trying to run the following query: GET /me/onlineMeetings/{id}/registration/registrants https://graph.microsoft.com/beta/me/onlineMeetings/{{id}}/registration/registrants Getting the following error: { "error": { "code":…
How add/setup Basic/ Oauth authentication to incoming Webhook for Teams
Hi We also looking an option to send the teams channel message using Incoming Webhook. However how to setup security token/authentication to call this API. Thanks, Phani.


How to get Meeting Registration for Teams Webinar? (Bad Request 400 for certain events)
Hi, I tested the Beta API for getting the registrants of a teams webinar. Depending on how the Webinar was created, I can get the registration details from the following endpoint: https://graph.microsoft.com/beta/me/onlineMeetings/{id}/registration If…
Unable to return Teams meeting transcript content
I am trying to use Graph explorer to pull transcripts content. I am able to get the transcript details but when I try to pull content, I get the below…


MS Graph API - List channels API doesn't return full list of channels
Hi, I'm trying to list all the channels with a specific team. However, there are some missing channels in the API response. There are 30 "active" private channels (as the creation limit) in my team, and it shows correctly in Microsoft Teams…


MS Teams Live - adding attendees
Hi, Are there API interfaces to control MS Teams Live events? We would like to create a bespoke event registration page (kind of a middle-man), that would then automatically register user for MS Teams Live event. There's a lot of extra info we would like…


Teams integration via Graph Api Limitations
Hi we have a B2B SaaS app and we are looking to integrate microsoft Teams, we are planning to use graph API, our planned flow is : Authenticate User through Get access on behalf of a user - https://learn.microsoft.com/en-us/graph/auth-v2-user …


Changing my calendar options from 30 minutes to 1 hour with Salesforce Plugin "Availability" option with offering "Scheduling Link"
Above is the plugin where I can pick "Scheduling Link" and "Preferred Times" The preferred times is great and I love it. My question is really once I choose the "Scheduling Link" I want the options for my clients to be one…


Generate Teams meeting link for an ACS meeting with the same user profile
I am creating an application where a random user can click on a button (so the user is not logged in) and it will initiate a call with a receptionist who is a logged-in user. I am using ACS with the basic frontend adapter on both ends and I would like to…


How to allow attendees report using Graph API for the online meetings?
Is there any way to allow the attendees to report using Graph API for the online meetings? Nothing clear from Microsoft documentation here about the property needs to be set in the request body of create new online meeting ex.…


Unable to set presence message via Set-MgUserPresenceStatusMessage
I am trying to set a custom status message for a Teams enabled user in my developer tenant. This test user has an E5 Developer license assigned against it. I am following the API documentation mentioned here. To set this up I do the…


Microsoft Graph - group mailNickname update not taking effect
Hi all, I am in need of updating the primary email address of a MS 365 group. According to the Graph API docs, in order to do this, you need to send a PATCH request to the following endpoint /v1.0/groups/{groupId} with the following request body: …


Error when trying to update values to a Schema Extension in the Graph API
I was trying to update the values for a schema extension through the graph API using the following patch request. graph.api(https://graph.microsoft.com/v1.0/users/{user-id}).patch({ [SCHEMA_ID]: { "prop1": 0, …


Is there a way to create a Teams meeting for a specific team using the Team Id using Graph Api?
i know you can use the /me/onlineMeetings endpoint, but I need it made for specific teams.


Enable Privacy Mode in Teams with Microsoft Graph API
Hi, I am looking to enable privacy mode in Teams by using the Graph API in some form. I am trying to achieve the equivalent of Set-CsPrivacyConfiguration -EnablePrivacyMode $true. Does anyone know if this is supported with the Graph API? Thank you

