Devices

List

get

Retrieve Criteria Device 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/Devices

Add

post

Add a device to the Device 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 a client device to the Criteria Devices list

clientDeviceNamestring | nullableRequired

The name of the client device to add to the Criteria.

Responses
post
/api/MFADefaultSettings/Criteria/Devices

No content

Remove

delete

Remove a device from the Device 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 a client device from the Criteria Devices list

clientDeviceNamestring | nullableRequired

The name of the client device to remove from the Criteria.

Responses
delete
/api/MFADefaultSettings/Criteria/Devices

No content

Last updated