About 617,000 results
Open links in new tab
  1. Get user - Microsoft Graph v1.0 | Microsoft Learn

    Dec 23, 2024 · To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource …

  2. Get all user properties from Microsoft graph - Stack Overflow

    Jan 13, 2018 · To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource …

  3. Get-MgUser: Get and Export Azure AD users properties with Graph

    Feb 22, 2023 · Recently Microsoft started adding/changing ways to extract user information from Azure AD (The Microsoft plan is to replace the AzureAD PS Module). One of the new ways …

  4. Extract user profile attributes from an Azure ADB2C tenant …

    Jul 9, 2021 · To work with users efficiently you have to use Graph API. The Graph API needs an access token for an application in your tenant with permission to work with users. If you're …

  5. Managing User Data in Azure AD with Microsoft Graph API

    Nov 5, 2024 · Microsoft Graph API is a RESTful web API that provides access to Microsoft 365 services, enabling developers to manage user data in Azure Active Directory. It allows …

  6. Getting user attributes via the Graph Explorer in Azure AD B2C …

    Aug 23, 2024 · Your app will need to use $select to return non-default properties. To find out what other properties are available for this resource see...

  7. azure ad b2c - How to retrieve 'custom user attribute' values …

    Aug 26, 2023 · To retrieve this value of all users from MS Graph API, you can run below query: GET …

  8. How to fetch Custom Security Attributes from Microsoft Graph API?

    Oct 6, 2023 · We are trying to retrieve a list of the current signed in user's custom security attributes defined on their account using the Microsoft Graph API. Our web application is …

  9. Fetching custom attributes from Azure Active Directory via the ...

    Nov 7, 2017 · Custom attributes are not retrievable directly by their name like for example userPrincipalName. https://graph.microsoft.com/v1.0/me/?$select=userPrincipalName. Instead …

  10. Using Microsoft graph API to retrieve a specific attribute

    May 5, 2017 · I'm trying to use Microsoft Graph API to retrieve some user attributes from active directory. I'm conducting some testing on Microsoft graph explorer but i'm not entirely sure …

  11. Some results have been removed
Refresh