10,737 questions with Microsoft Graph-related tags

Sort by: Updated
2 answers

Microsoft Graph api removeing password credential fails

I'm trying to remove password credential for a Spn but I haven't been successful. I tried Microsoft Graph API in Graph explorer ` POST /servicePrincipals/{id}/removePassword ` and using powershell …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2022-06-24T09:44:23.977+00:00
Rms 6 Reputation points
commented 2024-05-08T15:23:54.2933333+00:00
Clark D 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can we print a document using Universal Print API using application permissions not delegated User permissions?

Can we print a document using Universal Print API using application permissions not delegated User permissions?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2023-12-18T22:26:19.6633333+00:00
Harini Vedala 20 Reputation points
accepted 2024-05-08T15:10:32.6+00:00
Harini Vedala 20 Reputation points
1 answer

Value cannot be null. Parameter name: storeId

Hi When I use below code to send email usisng a graph client; await graphClient.Users[SenderUserEmail].SendMail(message, true).Request().PostAsync(); I get exception; Code: ErrorInternalServerError Message: An internal server error occurred. The…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-03-27T23:27:45.15+00:00
-- -- 877 Reputation points
commented 2024-05-08T14:08:10.1+00:00
Twisha Desai 1 Reputation point
0 answers

B2c: "userPrincipalName already exists" even though the user can't be found via the Graph API

Since yesterday 10AM UTC+2 where having some issues with creating new users via the Graph API in one of our B2c tenants. Some requests time out and retries end up with userPrincipalName already exists and HTTP 400. The problem is: the actual user cannot…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-05-03T15:58:40.56+00:00
commented 2024-05-08T13:50:19.3366667+00:00
0 answers

Problems moving a sent message to another folder

I'm trying to update an application which was using IMAP and SMTP to use MS Graph instead, since the IMAP/SMTP access to Office365 is now slowing to a crawl. The application needs to "file" sent messages into specific folders, rather than…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-05-03T13:29:41.5033333+00:00
Richard Deeming 0 Reputation points
edited a comment 2024-05-08T12:47:35.7166667+00:00
Richard Deeming 0 Reputation points
1 answer One of the answers was accepted by the question author.

Getting error while reading the user by email address

Hello there, I wanted to explore the Microsoft graph API's for creating the online meeting events via teams meeting. Now the events must be related to respective users. To get the user i have followed below. I have enrolled into the trial version of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-05-07T13:44:54.2966667+00:00
BS 20 Reputation points
edited a comment 2024-05-08T12:25:57.9266667+00:00
BS 20 Reputation points
0 answers

How Can I Automate OneDrive Access and File Management using Python Script with Graph API?

I am working on a Python script to automate file retrieval and deletion from OneDrive based on specific filters using Graph API. Since the script will run without interactive login, it requires an access token for authentication. Can someone provide…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-05-08T11:09:57.93+00:00
Ron Anavi 0 Reputation points
3 answers One of the answers was accepted by the question author.

Error AADSTS650053: The application 'XXXX' asked for scope 'Exchange.Manage' that doesn't exist on the resource '00000003-0000-0000-c000-000000000000'. Contact the app vendor.

Hi! When I ask for the delegated permission Exchange.Manage on the url https://login.microsoftonline.com/common/oauth2/v2.0/authorize, I receive the error in this question title. The error says that the permission is asked on the Graph ressourceId, but…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,210 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,664 questions
asked 2024-03-29T14:30:31.13+00:00
Guillaume Dumont 25 Reputation points
commented 2024-05-08T10:29:39.5+00:00
Jack Hammond 0 Reputation points
0 answers

Getting error Microsoft.Identity.Client.MsalUiRequiredException

Hi Team, I am getting below error while trying to generate the token by using below code Microsoft.Identity.Client.MsalUiRequiredException: 'AADSTS50076: Due to a configuration change made by your administrator, or because you moved to a new location,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-05-08T10:05:43.12+00:00
Hamendra Kumar (HCL Technologies Ltd) 0 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Why Total Messages Count From outlook Storage statistics not exactly matching with Graph API total messages

Hello Support Team, I am using Graph API from long time to fetch all messages of a user mailbox with GET /messages endpoint But recently observed that for Big mailboxes (having more than 40 thousands messages) there is discrepancy between total message…

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
3,041 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-04-19T08:53:57.28+00:00
Dharmendra Vishwakarma 40 Reputation points
edited the question 2024-05-08T09:36:58.11+00:00
SokiGuo-MSFT 23,561 Reputation points Microsoft Vendor
1 answer

Graph API - filter and select together - 404 error

When i use 'filter' and 'select' together in a GRAPH API url, it gives a 404 error This is my URL in web.config - https://graph.microsoft.com/v1.0/users?$select=givenName&$filter=startswith(displayName,'searchName') Following is the code i use to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-05-07T12:55:12.9133333+00:00
John Joseph Mathichiparambil - EW 0 Reputation points
answered 2024-05-08T09:34:27.0433333+00:00
CarlZhao-MSFT 37,456 Reputation points
1 answer

I have cleared my Azure devops certification exam (AZ-400) 3 days back-But still I could not see the transcript generated for the same.

I have cleared my Azure devops certification exam (AZ-400) 3 days back-But still I could not see the transcript generated for the same.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,155 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,210 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,218 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,664 questions
asked 2024-05-08T06:05:11.49+00:00
Radhakrishnan, Charumathi 0 Reputation points
answered 2024-05-08T08:57:34.16+00:00
Cecilia Qin-MSFT 75 Reputation points Microsoft Vendor
1 answer

how to change tenant

I wan to use a different tenant how to do it ?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-05-08T08:35:01.75+00:00
Rajaneesh K 0 Reputation points
answered 2024-05-08T08:55:09.8766667+00:00
Marcin Policht 12,165 Reputation points MVP
0 answers

Fetch the first element of a Collection attribute in the $select query in Graph API

I am trying to fetch some extension properties which are not default for User schema , here is a request and response format of a graph API. I need to get the response in the desired format what should be the modified query Request…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-05-08T07:38:20.12+00:00
BANERJEE Biswarup 0 Reputation points
0 answers

I'm currently trying to create an online meeting using a specific link provided by Microsoft. However, during the process, it prompts me to 'Create an online meeting with user token.' Could you please guide me on how to obtain the user token required for

The link is - https://learn.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-1.0&tabs=http#permissions can you also provide me the permission sets and if it requires to grant admin access

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-05-08T07:28:09.5333333+00:00
Surya Prakash 0 Reputation points
1 answer

Graph API : List Permissions returns empty [] array for a file from SharePoint

Hi All, I have configured an Azure App and almost all permissions as delegated for Graph and SharePoint(have given the application level as well however that won't be applicable here I think). When I am trying to use the endpoint "GET…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,741 questions
asked 2024-05-03T06:50:55.75+00:00
sharepoint test 0 Reputation points
commented 2024-05-08T06:10:54.6533333+00:00
RaytheonXie_MSFT 31,681 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Not possible to get an empty response with the latest delta token for SharePoint lists /items/delta API

According to the documentation, it should be possible to get the latest delta token without values in a response:  ParameterTypeDescriptiontokenStringIf unspecified, enumerates the current state of the hierarchy. If latest, returns an empty response with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-04-04T14:05:59.9233333+00:00
Vitalii Shudria 25 Reputation points
edited the question 2024-05-08T05:57:32.86+00:00
RaytheonXie_MSFT 31,681 Reputation points Microsoft Vendor
0 answers

need to Need to call the Microsoft GraphApi from the .net application and get the user details based on the email address

Hi, I have a below requirement. I need to call the microsoft GraphApi from the .net application and get the user details based on the email address he/she types in the textbox. In Azure portal - i have enabled (Any Microsoft Entra ID tenant -…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
asked 2024-05-07T20:13:50.26+00:00
pk 5 Reputation points
edited the question 2024-05-08T03:40:05.8466667+00:00
ManoharLakkoju 535 Reputation points Microsoft Vendor
2 answers

AADSTS700016: Application with identifier 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' was not found in the directory

AADSTS700016: Application with identifier 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' was not found in the directory 'XXXX'. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
Microsoft Intune Reporting
Microsoft Intune Reporting
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Reporting: The process of giving an account of something that has been observed, heard, done, or investigated.
59 questions
asked 2024-05-07T23:03:31.8033333+00:00
Jimmy Contreras 0 Reputation points
answered 2024-05-08T02:23:44.4166667+00:00
Crystal-MSFT 43,721 Reputation points Microsoft Vendor
1 answer

Get Doc Library associated with a Group

I'm trying to Get the document library associated with a group, GET /groups/{groupId}/drive as mentioned over here…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,741 questions
asked 2024-05-07T15:29:00.86+00:00
Akshith Reddy Thalla 80 Reputation points
edited an answer 2024-05-08T01:41:38.2933333+00:00
AllenXu-MSFT 16,256 Reputation points Microsoft Vendor