- URL:https://[root]/portals/[portalID]/userDefaultSettings
- Version Introduced:ArcGIS Enterprise: 10.8 | ArcGIS Online: June 2019
Example usage
Below is an ArcGIS Online sample request URL for the userDefaultSettings resource:
https://org.arcgis.com/sharing/rest/portals/0123456789ABCDEF/userDefaultSettings?f=json
Below is an ArcGIS Enterprise sample request URL for the userDefaultSettings resource:
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/userDefaultSettings?f=json
Description
This resource returns the stored new member default settings, which can be configured either through the Set User Default Settings operation or from the New Member Defaults tab in the Organization Settings of the portal. Members who create their own built-in accounts, and members added by an administrator or through automatic account creation, will automatically be assigned these new member defaults.
Note:
Prior to ArcGIS Enterprise 10.8, administrators would set the default user type and role for new members through the Portal Admin API or through the portal's organization settings Roles tab. At 10.8, these settings are configurable through the Portal Directory sharing API or through the portal's organization settings New Member Defaults tab.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
JSON Response example
Below is a sample response for an ArcGIS Enterprise organization, returning it's stored new member default settings.
{
"role": "org_publisher",
"userLicenseType": "creatorUT",
"groups": ["43c2c91a304b44b59e5f8e871294069c"],
"userType": "arcgisonly",
"apps": [{"itemId": "f761dd0f298944dcab22d1e888c60293","entitlements": ["Insights"]}],
"appBundles": [{"itemId": "99d7956c7e824ff4ab27422e2a26c2b7}]
}