Manage user in SharePoint Online Site

Bistro 21 Reputation points
2021-05-17T15:05:44.077+00:00

Need clarification and what is the best practice

  1. We I give permission to a site ex: I put a user un the member SPO group.
  2. Then if the user move to another depertement we remove the acces.
  3. But with the Get-SPOUser or in the User Info list he still there.
  4. Do we need to complete remove he with Remove-SPOUser, Is it a good practice? What will happen to User history?
Microsoft 365 and Office | SharePoint Server | For business
Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. JoyZ 18,111 Reputation points
    2021-05-18T06:03:22.29+00:00

    @Bistro ,

    When you remove the permission of the user in site, he has no access to the site again.

    Since the user browses to this site before, his user information is cached in UserInfo list of the root Site Collection.

    This is why the user still appears in people searches and in the SharePoint Online Management Shell when you use the Get-SPOUser cmdlet.

    If the user is still active in your organization, there is no need to remove it from the UserInfo list.

    If the user has been deleted in Microsoft 365 admin center, to avoid confusion when people view the people picker, we could remove deleted users from SharePoint UserInfo list, for more information, please refer to:

    https://learn.microsoft.com/en-us/sharepoint/remove-users#remove-people-from-the-userinfo-list


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    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.


0 additional answers

Sort by: Most 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.