Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 21 additions & 18 deletions concepts/search-concept-person.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading