web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

User Security Status - some user missing records in this page

(5) ShareShare
ReportReport
Posted on by 68
We found that some of our users did not have a record in the User Security Status table. From what I have found from googling, this could be related to their Microsoft Entra ID, but I don't know what about it would cause them to fallout.  I was able to put the missing users into the table with a config pack, but I'm worried that a future sync with "Update users from Microsoft 365" will re-break these users, or if future users may be impacted.  Can someone help me understand the criteria for a record being created in this table?
 
Extra Info
We only discovered this issue because in an extension a third part built for us they used this table to look up a user name by the security id.  For the users that were missing, it obviously didn't return the name.
 
Page: User Security Status List (9818, List)
Table: User Security Status (9062)
I have the same question (0)
  • Suggested answer
    YUN ZHU Profile Picture
    99,086 Super User 2026 Season 1 on at
    Are they all customized functions? I checked several environments and this page is empty.
    Hopefully other experts can give you better advice.
     
    Thanks
    ZHU
  • Suggested answer
    Ramesh Kumar Profile Picture
    7,547 Super User 2026 Season 1 on at
    I agree with @YUN ZHU as I am also seeing empty page in 3 different 3 environment.
     
    Thanks
    Ramesh
     
    If this was helpful, please check the "Does this answer your question?" box and mark it as verified.
  • Tom Schlund Profile Picture
    68 on at
    Interesting, I had assumed it was some out of the box functionality they leveraged when they built this extension for us.  We don't have a relationship with that company anymore, but we have the extension code.  Maybe it would be wise to just update the function to do the lookup against the user table instead of this User Security Status.
     
    local procedure GetUserName(UserID: Guid): Text var
            User: Record "User Security Status";  //update this to User
        begin
            Clear(User);
            if User.Get(UserID)then begin
                User.CalcFields("User Name");  //remove
                exit(User."User Name"); 
            end
            else
                exit(UserID);
        end;
  • Suggested answer
    Dhiren Nagar Profile Picture
    2,898 Super User 2026 Season 1 on at
    Hi,
     
    The table you mentioned will not contain any data as this is used for security status checks and review only not for permanent database for user records.
     
    You can use table User (2000000120) which can give you User name by using User Security ID as filter.
     
    If this was helpful, please check the "Does this answer your question?" box and mark it as verified.
     
    Regards,
    Dhiren.
  • Verified answer
    YUN ZHU Profile Picture
    99,086 Super User 2026 Season 1 on at
    Hi, hope the following helps.
    Dynamics 365 Business Central: User Security Id (SID) and User Id (Name)
    How to display User Name from SystemCreatedBy/SystemModifiedBy field on the page (Translate a user security ID GUID to the corresponding user name)
     
    Thanks.
    ZHU
  • Suggested answer
    Sohail Ahmed Profile Picture
    11,169 Super User 2026 Season 1 on at

    The User Security Status table is populated automatically when users are synchronized from Microsoft 365 (Entra ID). If a user doesn’t appear there, it usually means their account wasn’t fully synced — often due to missing licenses, disabled accounts, or sync issues. Manually adding them via config pack is only a temporary fix; the correct approach is to run Update Users from Microsoft 365 in the Users page and make sure the users have the right Business Central license/permissions. If the problem continues, I recommend involving your Microsoft Partner to review the sync process and extension dependency.

     

    ✅ Mark this as the verified answer if helpful.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,993 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,116 Super User 2026 Season 1

#3
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 557 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans