Has anyone utilized the new ArcGIS Python API? We have a Portal we're trying to add users into with a CSV file. The sample notebook copies directly from the source Portal to the target Portal. I currently was able to write a script to export the user data to a CSV and need some help importing the user info into the portal.
I think I need to convert the CSV file data into a dot notation file to call each data for the particular user. Any help would be great.
ArcGIS Python API Sample Notebook