Microsoft Graph Teams refers to the Microsoft Teams APIs from Microsoft Graph. This tag should always be used in conjunction with the [microsoft-graph] tag.
Questions tagged [microsoft-graph-teams]
999 questions
-1
votes
1 answer
Sharepoint API to Upload Files and copy to Ms teams
I need to add files to SharePoint and then need to copy these uploaded files to Microsoft Teams File Tab
Anyone can help me here that what steps I need to follow to create files and then copy to Files Tab of Ms teams.
I was looking at MS Graph API…

Dalvir Singh
- 423
- 3
- 11
- 25
-1
votes
1 answer
List all Shifts Graph API
I'm using Graph API SDK in a C# Console Application and I'd like to list all the shift data from Microsoft Teams. But I'm unable to retrieve such information. Here is what I have done so far.
According to the documentation to list all shift, you…

Ali Asad
- 1,235
- 1
- 18
- 33
-2
votes
1 answer
Send private message in Teams by application
First of all, its even possible?
I have been trying Microsoft.Graph and Microsoft.Bot.Connector
I dont want to send message on channel, i want it as private chat
Some code example:
private readonly string appId = "id";
private readonly string…

Kamil
- 1
- 1
-2
votes
1 answer
Is there any way to prevent users blocking conversation from a bot?
I have a chatbot that sends msg to users. Some users think they don't need that information, so they block it.
I am searching for a solution that disables users from blocking conversations with bots.
Is it possible?
Thanks,
Gabor

Gabor
- 17
- 1
- 4
-2
votes
1 answer
Upload files to Microsoft Teams using API
I have an access token for Microsoft Graph. I have to upload file to the channels file tab.
Can anyone help which endpoints I need to use for upload file to file tab
I am calling below API:
PUT:…

Sahi Repswal
- 190
- 3
- 12
-2
votes
1 answer
Why do messages go to spam when sent using the Graph?
When i send am email using the graph, it ends up in junk / spam of any office 365 inbox. But when i send directly from the browser it goes to inbox.
here's an example of the request:
POST https://graph.microsoft.com/v1.0/me/sendMail
Content-type:…

John Watson
- 1
- 1
-2
votes
1 answer
How to create calendar event that comes with Microsoft Teams link to online meeting
Using Microsoft Graph API 1.0, how to create a calendar event that comes with link to Microsoft Teams (online meeting)?
Reference: https://learn.microsoft.com/en-us/graph/api/team-post?view=graph-rest-beta&viewFallbackFrom=graph-rest-1.0

Rodrigo Guariento
- 137
- 1
- 1
- 13
-3
votes
1 answer
Integration between website and microsoft teams
This question to get consultation only.
I have a school use microsoft teams to benefit a OnlineMeeting, Assignment ...
I have a education website to making this using of teams services much easy.
So i get api from teams and in put them in my…

lio brett
- 11
- 1