Creating security zones

Use the following endpoint to create a security zone:

  • POST /admin/v1/security-zones

The only required field is the zone name.

For example, the following request creates a new security zone named "Cloud API security zone".
POST /admin/v1/security-zones/

{
  "data": {
    "attributes": {
        "name": "Cloud API security zone"
    }
  }
}

Note that there are differences between security zone functionality in the base configuration of the different applications.

  • In ClaimCenter and BillingCenter, users can create security zones. This is done from the Admin tab's Security Zones screen in the Users & Security group.
  • In PolicyCenter, users cannot create security zones. (There is no Security Zones screen.) However, users can import security zones through the Import Administrative Data screen in the Utilities group.