Update security network configuration.
PATCH {{baseUrl}}/auth-org/network-config
This API updates an existing network configuration for an org using PATCH Requires security scope of: 'sp:auth-org:update'
Request Body
{"0"=>{"op"=>"replace", "path"=>"/whitelisted", "value"=>"false,"}, "1"=>{"op"=>"add", "path"=>"/geolocation", "value"=>["AF", "HN", "ES"]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"range":["1.3.7.2","255.255.255.252/30"],"geolocation":["CA","FR","HT"],"whitelisted":true}