Skip to content

Commit 2a00663

Browse files
bcameron1231VesaJuvonen
authored andcommitted
Updating properties available on the person field (SharePoint#3530)
Adding department and jobTitle, both fields are available on the person field for column formatting.
1 parent 6e499e0 commit 2a00663

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,9 @@ The people field object has the following properties (with example values):
10671067
"title": "Kalya Tucker",
10681068
"email": "[email protected]",
10691069
1070-
"picture": "https://contoso.sharepoint.com/kaylat_contoso_com_MThumb.jpg?t=63576928822"
1070+
"picture": "https://contoso.sharepoint.com/kaylat_contoso_com_MThumb.jpg?t=63576928822",
1071+
"department":"Human Resources",
1072+
"jobTitle":"HR Manager"
10711073
}
10721074
```
10731075

0 commit comments

Comments
 (0)