- 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 user
resource:
https://org.arcgis.com/sharing/rest/portals/0123456789ABCDEF/userDefaultSettings?f=json
The following is an ArcGIS Enterprise sample request URL for the user
resource:
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/userDefaultSettings?f=json
Description
The user
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
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
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}]
}