Forum Discussion
sasrsc2415
Apr 22, 2021Copper Contributor
SP List - Json Custom View Question
I am working on a view that is a custom display .. we basically want the people hover card but we wanted to add their email, job title and phone beneath the picture and name... I have that all wor...
ganeshsanap
Apr 23, 2021MVP
Currently people fields only supports the following properties (with example values) in JSON formatting:
{
"id": "122",
"title": "Kalya Tucker",
"email": "kaylat@contoso.com",
"sip": "kaylat@contoso.com",
"picture": "https://contoso.sharepoint.com/kaylat_contoso_com_MThumb.jpg?t=63576928822",
"department":"Human Resources",
"jobTitle":"HR Manager"
}
Source: Special string values - People fields
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.