Skip to main content

GetActivePortalURL

Summary

The GetActivePortalURL function returns the URL of the active portal.

Discussion

To add, set, or edit portal connections, see Manage portal connections from ArcGIS Pro.

Syntax

GetActivePortalURL()

Return value

Data Type Explanation

String

The URL of the active portal.

Code sample

GetActivePortalURL example
import arcpy

# For example: 'http://www.arcgis.com/'
arcpy.GetActivePortalURL()