Microsoft SharePoint · Example Payload

Sharepoint User Profile Example

CollaborationDocument ManagementEnterprise Content ManagementIntranetMicrosoft

Sharepoint User Profile Example is an example object payload from Microsoft SharePoint, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AccountNameDisplayNameEmailTitleDepartmentPictureUrlPersonalUrl

Example Payload

Raw ↑
{
  "AccountName": "i:0#.f|membership|user@contoso.com",
  "DisplayName": "Jane Smith",
  "Email": "jane.smith@contoso.com",
  "Title": "Senior Developer",
  "Department": "Engineering",
  "PictureUrl": "https://contoso.sharepoint.com/_layouts/15/userphoto.aspx?size=L&accountname=user@contoso.com",
  "PersonalUrl": "https://contoso-my.sharepoint.com/personal/user_contoso_com/"
}