Connect to Microsoft Teams to manage channels.
Creates a new channel in a microsoft teams team using the microsoft graph api.
Retrieve a list of all chats that a user is part of in microsoft teams using the microsoft graph api.
Retrieve all messages from a specific microsoft teams chat using the microsoft graph api.
Retrieves a list of channels within a microsoft teams team using the microsoft graph api.
Creates a new microsoft teams chat (one-on-one or group) via ms graph. if a ‘oneonone’ chat already exists for the same 2 members, the existing chat is returned.
Retrieves a list of messages from a microsoft teams chat using the microsoft graph api.
Posts a reply to a message in a microsoft teams channel using the microsoft graph api.
Posts a message to a channel in microsoft teams using the microsoft graph api.
Retrieve a specific message from a microsoft teams channel using the microsoft graph api.
Posts a message to a chat in microsoft teams using the microsoft graph api.
Retrieve a collection of person objects from microsoft graph people api. returns the raw json response in ‘response data’.
Creates a new online meeting in microsoft teams using the microsoft graph api. this creates a standalone meeting that isn’t associated with any event on the user’s calendar.
Retrieves a list of all microsoft teams within the organization using the microsoft graph api.