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

    Dec 23, 2024 · Example 3: Use $select to retrieve specific properties of a user. To retrieve specific properties, use the OData $select query parameter. For example, to return …

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

    Jan 13, 2018 · You can use the beta endpoint to retrieve all user attributes via Microsoft Graph. # Connect to Microsoft Graph with the required scopes. Connect-MgGraph -Scopes …

  3. 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 …

  4. 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 …

  5. 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 …

  6. How Can I List ALL Custom Attributes of a User In Azure B2C using Graph API

    Jul 18, 2023 · Learn about the user resource type attributes that Azure AD B2C directory user profile supports. Find out about built-in attributes, extensions, and how attributes map to …

  7. 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 …

  8. 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 …

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

    Aug 23, 2024 · To get more attributes, you need to use $select. To get a more extensive list, we could try: SPO stands for Sharepoint Online, and I guess I’m trying to get some SP attributes? …

  10. azure active directory - List user properties from Microsoft Graph API ...

    Feb 3, 2019 · I tried finding it via the API using $select=*, but as you may know that will just give the default list of properties. The available properties are documented in the user resource …

  11. Some results have been removed
Refresh