Skip to content

CSOM User field: Email property is always null starting on 12/15/2025 #10528

@DansGithubAccount22

Description

@DansGithubAccount22

Target SharePoint environment

SharePoint Online

What SharePoint development model, framework, SDK or API is this about?

CSOM 16.1.23710.12000

All of our code to fetch a user and get their email, the email is Null. This started happening today. I have seen other reports online of people facing the same issue

var listItems = await _listRepository.GetListItemsAsync(clientContext, "MyUserList", camlQuery);

var userName = item[SharePointListColumns.MyUser] as FieldUserValue;

MyEmail = userName.Email ( Now returning null )

Steps to reproduce

  1. Create a list in SharePoint with a user field
  2. Run .Net CSOM to pull the items from the list
  3. Try to read the email field

CSOM library package version
Microsoft.SharePointOnline.CSOM.16.1.23710.12000

Expected behavior

Use's email is populated

Metadata

Metadata

Assignees

Labels

sharepoint-developer-supportsharepoint-developer-supportstatus:duplicateDuplicate of another issue. See comments for ref to other issue. Dupes closed to consolidate.type:bug-suspectedSuspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions