Where does graph API get information about organization city and state
I am using Microsoft Graph api “/organization”. It returns invalid data in “city” and “state” fields for the organization. Where does this API get the information from?
MS Graph metered API with on-behalf-of auth flow
We are calling MS Graph API endpoints that require metered API to be enabled (e.g. assignSensitivityLabel). Microsoft.GraphServices/accounts resource for our app has been created according to documentation. Call is working fine when we use client credentials flow, but it returns 402 Payment Required
error in case we use on-behalf-of flow.
How to add new Microsoft Graph scopes to existing client with existing admin consents
I have a client in Azure which uses Microsoft Graph APIs to access data in multiple other tenants with scope Users.Read
. This client has admin consent for this scope from those tenants.
How to add new Microsoft Graph scopes to existing client with existing admin consents
I have a client in Azure which uses Microsoft Graph APIs to access data in multiple other tenants with scope Users.Read
. This client has admin consent for this scope from those tenants.
Checking if an External user is a member of a group from their sign-in identity
I authenticate users of my desktop app via Entra. They are created as external members of an External Tenant, and they use their email and password as sign in method. In the app, I need to validate that they are members of certain groups I’ve created in the tenant. All I have at that point is the email address they used to sign in with. I don’t have their User Principal Name.
Checking if an External user is a member of an Azure External Tenant, from their sign-in identity
I authenticate users of my desktop app via Entra. They are created as external members of an External Tenant, and they use their email and password as sign in method. In the app, I need to validate that they are members of certain groups I’ve created in the tenant. All I have at that point is the email address they used to sign in with. I don’t have their User Principal Name.
Filtering Microsoft GrapApi with a guid
I want to get only assigned members for a specific role for an application. I have the following query:
Azure Graph API – Users by CreatedDateTime
I am trying to retrieve users orderby createdDateTime, but the Graph API doesn’t seem to like it
Getting error Microsoft.Identity.Client.MsalUiRequiredException wile try to generate the token for Microsoft Graph
Hi Team,
Scheduling meetings using graph API
I have several users with corresponding email addresses in my Microsoft 365 organization.