Skip to content

Commit 6f7baab

Browse files
Merge pull request SharePoint#8590 from jordanspooner/patch-3
Clarify MG custom profile props behaviour for search
2 parents 749104b + 137f279 commit 6f7baab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/solution-guidance/multigeo-userprofileexperience.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Work with user profiles in a Multi-Geo tenant
33
description: Define a preferred data ___location for a user, detect a user's profile ___location and personal site URL, and read and update default and custom user profile properties.
4-
ms.date: 06/10/2022
4+
ms.date: 11/17/2022
55
ms.localizationpriority: medium
66
---
77

@@ -128,6 +128,9 @@ You can add company-specific user profile properties to user profiles in SharePo
128128
- Custom user profile properties are created at the geo ___location level. If you create a property in the Europe geo ___location, that property is not available in the other geo locations. As a best practice, create custom user profile properties in all geo locations. This reduces the risk that data will be lost when a user moves across geo locations.
129129
- You must read and update custom user profile properties at the geo ___location level. If you created a custom property in all geo locations, you need to iterate over the geo locations and update the property for all users.
130130

131+
> [!NOTE]
132+
> For a custom profile property to show up for a user in people search results, the property must be created and set in at least the user's profile ___location. E.g., for a user with a profile located in NAM, the custom property must be set in at least the NAM geo in order to show up in people search results; for a user with a profile located in EUR, the custom property would have to be set in at least EUR.
133+
131134
```csharp
132135
// For SharePoint Online custom properties, use the following approach.
133136
string userPrincipalName = "[email protected]";

0 commit comments

Comments
 (0)