On what basis SPWeb.SiteUserInfoList.IsActive field of SiteUserInfoList property decides inactive/active sharepoint users?

unkown_25 0 Reputation points
2023-02-23T05:46:04.5933333+00:00

I want to fetch the inactive sharepoint users from a particular sharepoint site. But I need to know the criteria( lastLogonTime or lastPasswordSet or actions performed in the site,etc) of deciding both active and inactive users based on a sharepoint site. Could anyone tell how the is_Active field of SPWeb.SiteUserInfoList property decides both active and inactive sharepoint users?

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,336 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,653 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,958 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
582 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,607 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 35,311 Reputation points Microsoft Vendor
    2023-02-23T08:23:53.5666667+00:00

    Hi @unkown_25

    When a user accesses a site collection the first time, they are added to the profile. Howevere, a property named tp_IsActive in the USER INFORMATION LIST is set to false until the user interacts with the site by adding a document or clicking a link. When this property is false the user information will not be synced by the jobs WSSProfileSynch and WSSSweepSynch .


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.