Content
Could not resolve type with token 01000021 from typeref
I am trying to create virtual appointments based on this documentation: https://learn.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-1.0&tabs=csharp Here is my code: InteractiveBrowserCredentialOptions…


Single OAuth Token for multiple users
We are implementing OAuth access to read Outlook emails in our application. The application can have multiple users. Can we use single OAuth token for multiple users or do we need to generate separate token for each user?


There are no versions available for the package
I am currently doing the Create .NET Core console application challenge. I am using v5.0.102 of the .NET 5 SDK. Below is the process for adding a Graph Console App - Step 2 adding a package creates the following process and error as below. When I add…


Insufficient privileges to create group with Assingable to Role True
I am trying to create group with "isAssignableToRole" true but I was getting 403 error. then I added the "RoleManagement.ReadWrite.Directory" permissions as mentioned in docs i.e The following is an example of the…


Have to upload files into Sharepoint online using Graph API
Hi All, I want to upload small and large documents into SharePoint online document library using Microsoft API. Please help me how to do it and where I will have to write the code. Looking for your feedback.


msft internal: msft store desktop client using a registered first party app id
i need to invoke our newly created and rolled out first party app id with the client being an msa partner portal homed desktop app. under covers we call onedrive via graph api to support a <internal> experience. we would like to interact with graph…


Number of Drives within an organisation(Active Directory)
Hi @Prasad-MSFT , We are trying out the GET drives API : https://graph.microsoft.com/v1.0/drives Is it possible that the API will return multiple drives for an organisation? Can a single organisation (AD) have more than one drive IDs?


Microsoft Graph API - Sharepoint list unable to POST/PATCH sharepoint list items using client credentials, GET/DELETE works fine. Invalid request error.
Unable to use Microsoft Graph API to create or update SharePoint list items with client credentials access token, I get the following error, I'm able to successfully call GET and DELETE calls with the same access tokens for the same site/list.…


forceChangePasswordNextSignInWithMfa not working
I set the forceChangePasswordNextSignInWithMfa argument to true in Password Profile while changing the password for a user but it is not asking the user for MFA before prompting to set a password. I tried the following configs already: { …


AD: Updating identity email address of a guest user
I am trying to update the email address of a guest user, to let him log in with the new credentials to the same account. Is it possible at all? What could I do in order to achieve that? Tried to update the user's identities with a PATCH request: …
Assigned Azure AD Roles missing in User Claims in Blazor Client App
I have created a role for within an Azure App registration and assigned to me. This is the role This is the assignment in the enterprise application Now in the Blazor Client App,when i try to read the User roles assigned it is…


delegatedAdminRelationships API Error
Hello, I keep getting "An unexpected error occurred in the server." using the following GDAP API call: GET https://graph.microsoft.com/beta/tenantRelationships/delegatedAdminRelationships { "error": { …


MS Graph API for the Azure AD PowerShell replacement cmdlets ?
Hi Everyone, I wonder what's the equivalent Microsoft Graph for the below function or cmdlet? Since the Azure AD PowerShell Module is about to be deprecated based on https://learn.microsoft.com/en-us/powershell/module/azuread/?view=azureadps-2.0 …


The online meeting participants displayName is null in identiy user.
Hello, I'm currently building an in-meeting Teams app. I have a NodeJS BE trying to fetch the data from /v1.0/me/onlineMeetings and unfortunately, when receiving the payload, for the meeting, the participants displayName is null in identiy user object.…


Getting Item not found error while adding subscription to SharePoint list using MS Graph Webhook
Hi, I am trying to register an MS Graph webhook to the SharePoint document library. I have created an Azure AD app(With Outah 2.0, ClientID, and Secret ) to get tokens, passing the same token to the https://graph.microsoft.com/v1.0/subscriptions…


Azure Ad B2C - Ms Graph - user lock/unlock - Enable/Disable
Hi, I'm implementing an API for AzureAd B2C user management. on My requirements the API needs operation to Enable/disable user and also lock/unlock. I'm already able to Enable/disable via MsGraph by setting AccountEnabled=true/false. Is…
Azure AD B2C user attributes - Identity Provider - Not available in MS Graph?
Hi, I'm successfully using ms graph to manage AAD B2C users. Now I need to retrieve the "Identity Provider" attribute but I don´t see it in the Graph attributes and the "Identities" struct doesn´t seem to be the most…


Microsoft API and Windows AD
If I (currently) run Windows AD, and I want to take advantage of Graph, what do I need to do? Do I need to move from Windows AD to Azure AD? Or can I keep Windows AD, and still take advantage of the Graph features?


Unable to list Users from Graph: Authorization_RequestDenied
Hi, I'm having an strange behavior with an app. Here https://learn.microsoft.com/en-us/graph/api/resources/users?view=graph-rest-1.0 say that I only need Users.ReadBasic.All to get the list. Permission was granted by the admin sometime ago. I see…


Graph API and B2C
Hi, I used the custom policy to log a user in and get the access token. This is Azure AD B2C Now I am trying to use the token to change password via Postman https://graph.microsoft.com/v1.0/me/changePassword But I am getting the following…

