Pcfin Cease Terminated Customer 'S Care number 0.9831229036/,9831229036
Sach bolna chahiye hamko sirf be matlabi duniya me know what time you post fast update now
Pc Financial Services Customer 'S Service number 0.9831229036/,9831229036
Sach bolna chahiye hamko sirf be matlabi duniya me know what time you post fast update now
Edit properties on managedDevice objects via Graph API
I had raised an issue on the Graph SDK Github page about not being able to change user-related properties on a device object, and was asked to raise the issue here so the API owner could respond. The documentation shows that all of the user-related…
CoreHttpProvider[sendRequestInternal] - 423 Error during http request Throwable com.microsoft.graph.core.ClientException: Error
Hi, I am working on the MSAL SSO and using graph API for fetching the user and groups from the Azure AD. Previously it was working fine but suddenly it was giving me below issue: CoreHttpProvider[sendRequestInternal] - 423 Error during http request…
Adding an anonymous user (External User) to teams group chat using API
Hi, I am looking to create a group chat with an external user's email and an internal user. Could anyone guide me on how this can be achieved? Should I create a member first with the type anonymousGuestConversationMember and then add it to the team's…
Is there any API to get Microsoft compliance reports?
I wish to retrieve the Microsoft Message encryption report and Alerts from the Microsoft Compliance program via API automation. The manual procedure I currently follow is as follows. 1.Message Encryption Report: Link:…
Is there any API to get Microsoft compliance reports?
I want to get the Microsoft Message encryption report and Alerts from Microsoft Compliance programatically using API. Manually I do the process in the following way: Message Encryption Report: Link:…
Read SCIM provisioning configuration of Service Principal
How to read SCIM provisioning configuration of Service Principal using PowerShell or Graph API? Regards
OneDrive container cTag property stopped changing
Hi, According to the docs: DriveItem - OneDrive API - OneDrive dev center | Microsoft Learn "The cTag value is modified when content or metadata of any descendant of the folder is changed. " I am using graph Api to monitor changes in one of my…
Microsoft graph API to enable public client flows
API to enable public client flows
$count=true not working as expected on /sites
What When calling https://graph.microsoft.com/v1.0/sites?$count=true with the header ConsistencyLevel: eventual, the @odata.count always equals $top or the amount of sites returned instead of the total amount of sites. This behavior does not match the…
How can you delete a Teams meeting transcript via the Graph API?
Hello, I'm looking for a way to delete transcripts for Teams meetings via the Graph API without deleting the parent meeting. In Graph Explorer, I've already tried sending a DELETE request on the fetch transcript URL…
export messages
Hi All, I have a Teams channel, and I want to export all the channel messages to a text or CSV file. This is a one-time activity. I have created an Azure service principal (Azure App registration) and assigned Microsoft Graph delegated API permissions…
GET /users/{userPrincipalName}/mySite response "302 Found"
I am trying to use the https://graph.microsoft.com/v1.0/users/{userPrincipalName}/mySite to get the users' onedrive site, but some requests received "302 Found" And I got these in response header…
Script to request and get access token from Microsoft graph API with certificate instead of client secret
I want to avoid using the standard MSGraph or AzureAD modules by using Invoke-WebRequest. There are plenty of examples on how to use a client secret for App Registration authentication with Invoke-WebRequest. The below is from Vasil Michev's excellent…
Not able to get transcipts with graph api
Hi team, we trying to get transcripts using graph api(GET…
MediaWiki connector basic authentication results in "Failed to verify connector credentials."
I tried to do a strait forward example of using the MediaWiki connector. So started on play-with-docker.com with a MediaWiki. I used the following docker-compose.yml provided on https://hub.docker.com/_/mediawiki: version: '3' services: mediawiki: …
How to fetch meeting ID from meeting link or given meeting ID from the calendar?
Ref link:https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/fetch-id I am trying to get Meeting ID for to fetch transcript.So,i am trying in Graph Explorer using below URLs and i have tried via coding also. For to get…
How to extract Meeting ID from the Teams Meeting Link?
Ref link:https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/api-transcripts?source=recommendations#list-calltranscripts To use Graph API i need Meeting ID so, API below: GET…
Developing a application to send 1:1 messages to Teams users from an Application
Hi All, We a developing an C# Enterprise application for monitoring to send proactive Teams messages, 1:1 messages, not to a channel. i.e from monitor@example.com to teamsuser1@example.com Firstly is this even possible... many guides refer to app…