name
The name of the organization or portal. The character limit is 250.
Example
Use dark colors for code blocks Copy
1
name=City of Cloud Creek
access
Determines who can view your organization as an anonymous user. Setting to public
allows anonymous users to access your organization's custom URL. Setting to private
restricts access to only members of your organization. The default is public
.
Values: private
| public
description
A description of the organization or portal. It can be of any length.
Example
Use dark colors for code blocks Copy
1
description=City of Cloud Creek was founded in 1851 and is located on the banks of Cloud Creek.
canSharePublic
Allows members of the organization to share outside the organization. The default is true
.
Values: true
| false
canSearchPublic
Allows members of the organization to search outside the organization. The default is true
.
Values: true
| false
thumbnail
Enter the key
Add Resource containing the thumbnail. Acceptable image formats are PNG, GIF, and JPEG.
Example
Use dark colors for code blocks Copy
urlKey
The prefix that will be used in the URL for this portal, for example, <urlkey>.maps.arcgis.com
.
urlHostname
A custom URL for this portal.
Example
Use dark colors for code blocks Copy
culture
The default locale (language and country) information. The format for the culture code is based on a language code and a country code separated by a dash:
Example
Use dark colors for code blocks Copy
cultureFormat
The preferred number and date format defined according to CLDR (only applicable to English and Spanish, in other words, when culture
is en
or es
).
See Languages for supported formats.
Example
Use dark colors for code blocks Copy
featuredItemsGroupQuery
The query that identifies the group containing featured items for the gallery. Set a Group ID or, if null, the most viewed items in your organization are displayed in the gallery.
region
The region of the organization.
portalProperties
Stores properties specific to the organization, for example, the contact us link. If the organization is public, the properties are visible to anonymous users.
units
Sets the units of measure for the organization users. The user default is derived from the organization's region. Set units to english
for U.S. standards or metric
.
homePageFeaturedContentCount
The number of featured items that can be displayed on the home page up to a maximum of 100, in tntegers only.
homePageFeaturedContent
The group that contains featured content to be displayed on the organization home page.
basemapGalleryGroupQuery
The query that identifies the group containing the web maps that display in the basemap gallery for Map Viewer.
devbasemapGalleryGroupQuery
The query that identifies the group containing the web maps that display in the basemap gallery for Map Viewer for developer subscriptions.
templatesGroupQuery
The query that identifies the template group used in the configurable apps gallery.
layerTemplatesGroupQuery
The query that identifies the group containing editing templates used in Map Viewer.
symbolSetsGroupQuery
The query that identifies the symbol set group for rendering in Map Viewer.
colorSetsGroupQuery
The query that identifies the group containing the color sets used for rendering in Map Viewer.
analysisLayersGroupQuery
The query that identifies the group containing the layers shown in the Analysis Layers gallery for the analysis tools.
featuredGroups
The featured groups for the organization highlighted on the Groups page.
defaultBasemap
The default basemap displayed in Map Viewer.
defaultExtent
The default extent of the organization, used when users create a web map.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
6
7
8
9
10
{
"type": "extent",
"xmin": -14999999.999998225,
"ymin": 2699999.9999996624,
"xmax": -6199999.999999268,
"ymax": 6499999.999998959,
"spatialReference": {
"wkid": 102100
}
}
rotatorPanels
Custom HTML for the organization home page.
showHomePageDescription
If true
, the description of the organization displays on the home page.
Values: true
| false
backgroundImage
The background image that displays behind all other components on the home page. Accept the default background image, specify a URL for a custom background image, or specify that no background image displays.
geocodeService
An array of ArcGIS geocode services to use for geosearch and batch geocoding.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"url": "https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer",
"northLat": "Ymax",
"southLat": "Ymin",
"eastLon": "Xmax",
"westLon": "Xmin",
"name": "Esri World Geocoder",
"batch": true,
"placefinding": true,
"suggest": true
},
{
"singleLineFieldName": "SingleLine",
"url": "https://organization.example.com/<context>/rest/services/Locators/serviceName/GeocodeServer",
"name": "Locator Name",
"placeholder": "",
"placefinding": true,
"batch": true,
"zoomScale": 10000
}
]
routeServiceLayer
ArcGIS NASever
service for synchronous route analysis.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
{
"url": "https://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World",
"defaultTravelMode": "FEgifRtFndKNcABC",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
geometryService
ArcGIS GeometryServer
to use for geometry functions.
Example
Use dark colors for code blocks Copy
1
2
3
{
"url": "https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer"
}
elevation3DService
Limited Error Raster Compression (LERC) elevation service used by ArcGIS Pro and Web Scene Viewer.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
6
7
[
{
"url": "https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer",
"id": "globalElevation",
"layerType": "ArcGISTiledElevationServiceLayer"
}
]
printServiceTask
ArcGIS PrintServer
task to use for printing functionality.
Example
Use dark colors for code blocks Copy
1
2
3
4
{
"url": "https://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer
/ExportWebMapTask"
}
closestFacilityService
ArcGIS NAServer
service for synchronous closest-facility analysis.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
6
{
"url": "https://route.arcgis.com/arcgis/rest/services/World/ClosestFacility/NAServer
/ClosestFacility_World",
"defaultTravelMode": "FEgifRtFndKNcABC",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
asyncClosestFacilityService
ArcGIS geoprocessing service for asynchronous closest-facility analysis.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
6
{
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/ClosestFacility/GPServer
/FindClosestFacilities",
"defaultTravelMode": "FEgifRtFndKNcABC",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
serviceAreaService
ArcGIS NAServer
service for synchronous service-area analysis.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
{
"url": "https://route.arcgis.com/arcgis/rest/services/World/ServiceAreas/NAServer/ServiceArea_World",
"defaultTravelMode": "FEgifRtFndKNcABC",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
asyncServiceAreaService
ArcGIS geoprocessing service for asynchronous service-area analysis.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
6
{
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/ServiceAreas/GPServer
/GenerateServiceAreas",
"defaultTravelMode": "FEgifRtFndKNcABC",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
odCostMatrixService
ArcGIS network service for synchronous origin-destination cost matrix analysis. This was introduced at 10.8.1.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
6
{
"url": " https://route.arcgis.com/arcgis/rest/services/World/OriginDestinationCostMatrix
/NAServer/OriginDestinationCostMatrix_World",
"defaultTravelMode": "FEgifRtFndKNcABC",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
asyncODCostMatrixService
ArcGIS geoprocessing service for generating origin-destination cost matrices asynchronously.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
{
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/Route/GPServer",
"defaultTravelMode": "FEgifRtFndKNcABC",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
syncVRPService
ArcGIS geoprocessing service for solving synchronous vehicle routing problems.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
6
{
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/VehicleRoutingProblemSync/GPServer
/EditVehicleRoutingProblem",
"defaultTravelMode": "FEgifRtFndKNcABC",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
asyncVRPService
ArcGIS geoprocessing service for solving asynchronous vehicle routing problems.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
6
{
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/VehicleRoutingProblemSync/GPServer
/EditVehicleRoutingProblem",
"defaultTravelMode": "FEgifRtFndKNcABC",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
asyncFleetRouting
Introduced at ArcGIS Enterprise 11.3 and in ArcGIS Online's February 2024 release. ArcGIS geoprocessing service for solving asynchronous fleet routing problems. This property replaces the asyncVRP
property in function, though the asyncVRP
property is still supported for backwards compatibility.
Example
Use dark colors for code blocks Copy
1
2
3
4
{
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/VehicleRoutingProblem/GPServer",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
}
geoenrichmentService
ArcGIS GeoenrichmentServer
.
Example
Use dark colors for code blocks Copy
1
2
3
{
"url": "https://geoenrich.arcgis.com/arcgis/rest/services/World/GeoenrichmentServer"
}
analysisService
Hosted geoprocessing services that perform analyses.
routingServicesSource
The routing services' source and configuration information. This was introduced at 11.0.
Examples
Use dark colors for code blocks Copy
1
2
3
4
5
6
7
8
9
10
11
12
//When configured with
routingServicesSource={
"sourceName": "ArcGISOnline",
"agoUsername": "agoExampleAdmin",
"firstName": "Example",
"lastName": "Admin"
}
//When configured with services from site that is not federated with you organization
"routingServicesSource"={
"sourceName": "Custom"
}
trafficService
ArcGIS map service for displaying traffic speeds and traffic incidents.
Example
Use dark colors for code blocks Copy
1
2
3
4
{
"url": "https://traffic.arcgis.com/arcgis/rest/services/World/Traffic/MapServer",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
trafficDataService
Introduced at 10.8.1. ArcGIS geoprocessing service that can be used to configure live traffic with ArcGIS StreetMap Premium network datasets.
Example
Use dark colors for code blocks Copy
1
2
3
4
{
"url": https://traffic.arcgis.com/arcgis/rest/services/World/TrafficFeeds/GPServer,
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
asyncRouteService
ArcGIS geoprocessing service for asynchronous route analysis.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
{
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/Route/GPServer",
"defaultTravelMode": "FEgifRtFndKNcABC",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
asyncLocationAllocationService
ArcGIS geoprocessing service for asynchronous location-allocation network analysis.
Example
Use dark colors for code blocks Copy
1
2
3
4
5
{
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/LocationAllocation/GPServer",
"defaultTravelMode": "FEgifRtFndKNcABC",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
routingUtilitiesService
ArcGIS geoprocessing service that provides auxiliary information, such as travel modes, used by the routing services.
Example
Use dark colors for code blocks Copy
1
2
3
4
{
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/Utilities/GPServer",
"itemId": "1f49a1890b3d4d9c91ecd341c83e7228"
}
elevationService
ArcGIS geoprocessing service for elevation analysis.
Example
Use dark colors for code blocks Copy
1
2
3
{
"url": "https://elevation.arcgis.com/arcgis/rest/services/Tools/Elevation/GPServer"
}
elevationSyncService
ArcGIS geoprocessing service for synchronous elevation analysis.
Example
Use dark colors for code blocks Copy
1
2
3
{
"url": "https://elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer"
}
hydrologyService
ArcGIS geoprocessing service for hydrological analysis.
Example
Use dark colors for code blocks Copy
1
2
3
{
"url": "https://hydro.arcgis.com/arcgis/rest/services/Tools/Hydrology/GPServer"
}
asyncGeocode
ArcGIS geoprocessing service for performing batch geocoding asynchronously.
Example
Use dark colors for code blocks Copy
1
2
3
{
"url": "https://analysis1.arcgis.com/arcgis/rest/services/tasks/GPServer"
}
orthomappingElevationService
ArcGIS image service used by Ortho Maker.
Example
Use dark colors for code blocks Copy
1
2
3
{
"url": "https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"
}
rasterUtilitiesService
ArcGIS geoprocessing service that enables raster analysis and processing.
Example
Use dark colors for code blocks Copy
1
2
3
{
"url": "https://utility.arcgisonline.com/arcgis/rest/services/Utilities/RasterUtilities/GPServer"
}
snapToRoads
Introduced at ArcGIS Enterprise 11.4. ArcGIS synchronous service to snap a series of GPS track points to the underlying roads.
Example
Use dark colors for code blocks Copy
1
2
3
4
{
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/SnapToRoadsSync/GPServer",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
}
bingKey
The Bing key to use for web maps using Bing Maps.
canShareBingPublic
The Bing key can be shared to the public and is returned as part of the portal's call (/sharing/rest/portals/<orgid>
). This requires the access
property of the portal to be set as public
. The canShareBingPublic
property is not returned publicly but only shown to the users within the organization.
authorizedCrossOriginDomains
An array of trusted servers that clients can send credentials to when making Cross-Origin Resource Sharing (CORS) requests to access web-tier secured services.
allowedOrigins
An array of up to 100 web application domains to restrict CORS access to the Portal Directory API.
allowedRedirectUris
A JSON array of allowed redirect URIs that represent portal instances that you share secure content with. This will allow your organization users to be able to use enterprise logins to access the secured content through web applications hosted on these portals.
allSSL
Indicates whether the organization uses HTTPS. If true
, all calls made against resources that belong to the organization will require HTTPS. The default is false
.
Values: true
| false
useStandardizedQuery
If true
, only simple WHERE clauses that are compliant with SQL92 can be used when querying layers and tables. The recommended security setting is true
.
Values: true
| false
canSigninArcGIS
Allows an organization with an enterprise IDP configured to be able to turn on or off the ArcGIS sign in. The default is true
.
Values: true
| false
canSigninIDP
Allows an organization with an enterprise IDP configured to be able to turn on or off the enterprise sign in. The default is true
.
Values: true
| false
commentsEnabled
Allows the organization to disable commenting. The default is true
. When commentsEnabled
is false
, comments are hidden and not removed. numComments
is set to zero for all items in the organization. Calls to add a comment and view comments will fail. If the organization reenables comments, the comments display and numComments
is restored.
Values: true
| false
maxTokenExpirationMinutes
The maximum validity in minutes of tokens issued for users of the organization: -1 is the default and is a special value that indicates infinite timeout or permanent tokens. For tokens granted using an OAuth2 authorization grant, it represents the maximum validity of refresh tokens. For access tokens, the maximum validity is the lower of two weeks or this value.
mfaEnabled
Indicates whether organization members are allowed to choose to set up multifactor authentication for their individual accounts.
mfaAdmins
An array of at least two designated administrators who receive requests to troubleshoot members' multifactor authentication issues.
metadataEditable
Indicates whether the organization has metadata enabled.
Values: true
| false
creditAssignments
Indicates whether the organization has credit budgeting enabled. The default is disabled
.
Values: enabled
| disabled
defaultUserCreditAssignment
Default allocation of credits for new members. -1
for no allocated limit.
Example
Use dark colors for code blocks Copy
1
defaultUserCreditAssignment=500
updateUserProfileDisabled
Indicates whether organization members are allowed to edit their biographical information and who can see their profiles.
Values: true
| false
useVectorBasemaps
If true
, the organization uses the Esri vector basemaps in supported ArcGIS apps and basemapGalleryGroupQuery
will not be editable and will be set to the default query.
Values: true
| false
metadataFormats
Metadata style used for organization.
Example
Use dark colors for code blocks Copy
1
metadataFormats= iso19139-3.2
clearEmptyFields
Clears any string fields that are passed in empty, such as a description.
Values: true
| false
contacts
An array of chosen administrators listed as points of contact whose email addresses will be listed as points of contact in the automatic email notifications sent to organization members when they request password resets, help with their usernames, modifications to their accounts, or any issues related to the allocation of credits to their accounts.
Example
Use dark colors for code blocks Copy
1
contacts= ["admin1","admin2","admin3"]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4