I have a line:
the_result = gis.users.create(provider='enterprise',password=None,email=email,firstname=firstname,lastname=lastname,username=username,role="iAAAAAAAAAAAAAAA",user_type="ViewerUT")
When it executes and the user is created, the users gets a "You've been invited!" email.
I want to shut this functionality off:
- Can I do this in the Python API for GIS?
- I can't find a setting for this in ArcGIS Online
Thanks in advance.