Search code examples
sassas-macro

Export SAS User data including external identity


For a migration from SAS to a new BI platform, we need to have a plain list of all registered users, including additional information like the user´s AD name, which is stored as external identity. Is there a way to export such a list from the User Management?


Solution

  • %mduextr gives a bunch of user and environment information, including external IDs. The datasets person_info and logins_info contain this data.

    %mduextr(libref=work);