IPs

List

get

Retrieve Criteria IP List of a Site Defaults object.

Query parameters
siteIdinteger · int32Optional

The SiteId of a Site Defaults object for which to retrieve the Criteria settings (optional).

Responses
200

Success

application/json; api-version=1.0
get
/api/MFADefaultSettings/Criteria/IPs

Add

post

Add an IP to the IP List of the Criteria settings.

Query parameters
siteIdinteger · int32Optional

The Site ID of an object for which to modify the Criteria settings (optional).

Body

Add an IP to the Criteria IP list

ipstring | nullableRequired

Value that represents the IP

ipTypestring · enumRequired

IP Version

Possible values:
Responses
post
/api/MFADefaultSettings/Criteria/IPs

No content

Remove

delete

Remove an IP from the IP List of the Criteria settings.

Query parameters
siteIdinteger · int32Optional

The Site ID of an object for which to modify the Criteria settings (optional).

Body

Remove an IP from the Criteria IP list

ipstring | nullableRequired

Value that represents the IP

ipTypestring · enumRequired

IP Version

Possible values:
Responses
delete
/api/MFADefaultSettings/Criteria/IPs

No content

Last updated