/securityPolicy: Security Policy

URL:
https://[root]/portals/[portalID]/securityPolicy
Methods:
GET
Operations:
Update
Version Introduced:
10.4

Example usage

The following is a sample ArcGIS Online request URL used to access the securityPolicy resource:

1
https://org.arcgis.com/sharing/rest/portals/0123456789ABCDEF/securityPolicy?f=pjson

The following is a sample ArcGIS Enterprise request URL used to access the securityPolicy resource:

1
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/securityPolicy?f=pjson

Description

The securityPolicy resource lists properties of an organization's security policy and provides the ability to configure the password length, complexity, and history requirements for members with ArcGIS accounts.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response example

1
2
3
4
5
6
7
8
9
10
{
  "passwordPolicy": {
    "type": "default",
    "minLength": 8,
    "minLetter": 1,
    "minDigit": 1,
    "created": -1,
    "modified": -1
  }
}

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close