diff --git a/concepts/search-concept-person.md b/concepts/search-concept-person.md index ba9e484c334..7c5c95c43df 100644 --- a/concepts/search-concept-person.md +++ b/concepts/search-concept-person.md @@ -26,24 +26,27 @@ You can use the following APIs to search for people inside an organization. ## Returned people properties The people API returns the following set of properties. -| Property | Type | -|:-------------------------|:--------| -| additionalOfficeLocation | String | -| companyName | String | -| department | String | -| displayName | String | -| emailAddress | String | -| givenName | String | -| hitId | String | -| imAddress | String | -| jobTitle | String | -| officeLocation | String | -| personType | String | -| phones | String | -| rank | Integer | -| summary | String | -| surname | String | -| userPrincipalName | String | +> [!NOTE] +> Properties maked with an asterisk (*) are only returned with the beta `/search` endpoint as of now. + +| Property | Type | +|:--------------------------|:--------| +| additionalOfficeLocation* | String | +| companyName | String | +| department | String | +| displayName | String | +| emailAddress* | String | +| givenName | String | +| hitId | String | +| imAddress | String | +| jobTitle | String | +| officeLocation | String | +| personType | String | +| phones | String | +| rank | Integer | +| summary | String | +| surname | String | +| userPrincipalName | String | ## Person types The following table shows people types and subtypes supported in the people API.