Hardware IDs

List

get

Retrieve Criteria Hardware ID 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/HardwareIDs

Add

post

Add a hardware ID to the Hardware ID 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 hardware ID to the Criteria Hardware ID list

hardwareIDstring | nullableRequired

The hardware ID to add to the Criteria.

Responses
post
/api/MFADefaultSettings/Criteria/HardwareIDs

No content

Remove

delete

Remove a hardware ID from the Hardware ID 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 hardware ID from the Criteria Hardware ID list

hardwareIDstring | nullableRequired

The hardware ID to remove from the Criteria.

Responses
delete
/api/MFADefaultSettings/Criteria/HardwareIDs

No content

Last updated