Within the Mongo database on the Alteryx Server, when using WinAuth, if you use AD Groups for Permssioning, there is no direct way within the Mongo database to go from the AD Group to the User table. This is important if you need to report on who, base upon their AD group membership with their associated role is a user. Example. AD Group 'Example-AD -Group' is assigned Permission Curator. The AD Group contains user 'Jay Smith'. 'Jay Smith' is on the user Collection. activeDirectoryPermssions Collection contains the Ad Groups and permissions. But, in order to connect the two collections, you will need to go externally to define the AD Group memebership to join these two collections together.