List all users with super user permissions

  • List all users with super user permissions

    Posted by DSC Communities on March 30, 2017 at 8:24 am
    • Anderson Garcia

      Member

      March 30, 2017 at 8:24 AM

      Hello,

      I’m trying to search all the users that have super user access. Is there a way to view just those users with super user permission?

      Thanks

      ——————————
      Anderson Garcia
      IT Support
      Joseph’s Gourmet Pasta Company
      Haverhill MA
      ——————————

    • Lewis Rosenberg

      Member

      March 30, 2017 at 9:00 AM

      Using the Development Environment, look for table #2000000053 (Access Control).  Run that table and filter on the ROLE ID = SUPER.

      ——————————
      Lewis Rosenberg
      IT Manager
      Mars Fishcare
      Chalfont PA

      NAVUG Board of Advisors, Programming
      NAVUG Programming Committee
      NAVUG Membership Committee
      ——————————
      ——————————————-

    • Crystal Whelan

      Member

      March 31, 2017 at 7:56 AM

      Hi,

      Not sure what version you are on, but in 2016 you can navigate in the client to Permission Sets and then in the ribbon there is an option to see Permission Set by User. Locate SUPER in the Role ID and anyone that has a check box has those permissions.

      ——————————
      Crystal Whelan
      IT Systems Manager
      Banneker Industries
      North Smithfield RI
      ——————————
      ——————————————-

    • Alex Apodaca

      Member

      March 31, 2017 at 7:45 PM

      Hello,

      You can use any application that can run queries and execute the following against your NAV database:

      SELECT [User].[User Name], [Role ID], [Company Name]
      FROM [Access Control]
        INNER JOIN [User]
          ON [Access Control].[User Security ID] = [User].[User Security ID]
      WHERE [Role ID] = ‘SUPER’

      ——————————
      If my response has helped you please mark the answer.

      Alex A
      Sr. NAV Consultant
      Irvine, CA United States
      ——————————
      ——————————————-

    DSC Communities replied 8 years, 5 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

The discussion ‘List all users with super user permissions’ is closed to new replies.

Start of Discussion
0 of 0 replies June 2018
Now

Welcome to our new site!

Here you will find a wealth of information created for peopleĀ  that are on a mission to redefine business models with cloud techinologies, AI, automation, low code / no code applications, data, security & more to compete in the Acceleration Economy!