You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added more exception handling for Account Updates from the API response we get back.
Added Remove Sharing checkbox (on Users tab) that can be selected when you choose Keep Account when deprovisioning users. This feature when selected will go through and grab all shared folders this user is a member of and remove the user from these shared folders before deprovisioning.
Added Recover Users to Users tab. Can import list of users by email address to try and bulk recover (same template as provisioning uses). Give status in ProvisioningStatus column like Provision/Deprovision users do.
Can now export Team Folder list (TeamFolderName, TeamFolderId, and Status columns) to CSV file. Writes CSV to Documents folder of user like other CSV files.
Can now export Team Folder members to CSV file (TeamFolderName, Path, Member, Id, Access Type, and Member Count). If user, member count will be 1, otherwise gives the count of the group that has the access. Outputs one line per access member (could be user or group). User will give team member id instead of group name in Member column.
Can now bulk create Team Folder by importing list into Team Folder tab and clicking Create Team Folder(s). CSV file is single list of team folder names, sample template included. You can create a single team folder as before by entering Team Folder name in textbox and clicking Create Team Folder(s). The admin toolkit can distinguish if a single team folder entered or a CSV file path.
Removed Sync setting button and radio buttons in Team Folder tab, no longer valid.
Cleaned up Users tab UI, removing unneeded controls on certain sections.
Deprovisioning users gives API status return in ProvisioningStatus column now, same as Provisioning users.