/userDefaultSettings: User Default Settings

URL:
https://[root]/portals/[portalID]/userDefaultSettings
Methods:
GET
Operations:
Delete User Default Settings
Version Introduced:
ArcGIS Enterprise: 10.8 | ArcGIS Online: June 2019

Example usage

The following is an ArcGIS Online sample request URL for the userDefaultSettings resource:

Use dark colors for code blocksCopy
1
https://org.arcgis.com/sharing/rest/portals/0123456789ABCDEF/userDefaultSettings?f=json

The following is an ArcGIS Enterprise sample request URL for the userDefaultSettings resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/userDefaultSettings?f=json

Description

The userDefaultSettings 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.

Request parameters

ParameterDetails

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.

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
{
  "role": "org_publisher",
  "userLicenseType": "creatorUT",
  "groups": ["43c2c91a304b44b59e5f8e871294069c"],
  "userType": "arcgisonly",
  "apps": [{"itemId": "f761dd0f298944dcab22d1e888c60293","entitlements": ["Insights"]}],
  "appBundles": [{"itemId": "99d7956c7e824ff4ab27422e2a26c2b7}]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.