User Profile Custom Properties in SharePoint Online

Sajith Gopalakrishnan Hema 1,046 Reputation points
2020-11-19T09:31:27.1+00:00

The SharePoint 2010 User Profile has a Custom Property called SAPID. It is string(single value) and extensionAttribute7 from AD. Is it possible to configure it in the user profile of SharePoint Online ?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,230 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ChelseaWu-MSFT 6,331 Reputation points
    2020-11-20T02:13:07.213+00:00

    Custom properties from Active Directory or Azure AD are not synchronized with SharePoint Online. They need to be imported or updated manually (using PowerShell for example).

    You can sync your data from On-Premises Active Directory to Azure Active Directory (AAD) using Azure AD Connect, and then sync data from AAD to User Profile Service Application.
    After that, you will be able to map AD field "extensionAttribute7" to custom field "SAPID" in AAD.

    Detailed information and tutorial can be found via this article: How to Sync Azure AD extension attribute with User Profile for custom property in Office 365?

    *Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link. *


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    **Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. **


  2. trevorseward 11,711 Reputation points
    2020-11-20T19:38:06.217+00:00

    I would strongly suggest whatever your solution is that it queries the Graph/Azure AD directly rather than leverage the UPSA.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.