Logo
IdentityNow API Documentation

Create security network configuration.

POST {{baseUrl}}/auth-org/network-config

This API returns the details of an org's network auth configuration. Requires security scope of: 'sp:auth-org:create'

 

Body PARAM

Key Datatype Required Description 



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 }



Curl
curl -X POST 'https://tenant.api.identitynow.com/v3/auth-org/network-config' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"range":["1.3.7.2","255.255.255.252/30"],"geolocation":["CA","FR","HT"],"whitelisted":true}'

ENDPOINTS