Hardware IDs
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
Hardware ID criteria entry
hardwareIDstring · nullableOptional
The hardware ID.
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get/api/MFADefaultSettings/Criteria/HardwareIDs
GET /api/MFADefaultSettings/Criteria/HardwareIDs HTTP/1.1
Accept: */*
[
{
"hardwareID": "text"
}
]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 · min: 1 · max: 255 · nullableRequired
The hardware ID to add to the Criteria.
Responses
201
Created
No content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
409
Conflict
application/json; api-version=1.0
post/api/MFADefaultSettings/Criteria/HardwareIDs
POST /api/MFADefaultSettings/Criteria/HardwareIDs HTTP/1.1
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 21
{
"hardwareID": "text"
}No content
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 · min: 1 · max: 255 · nullableRequired
The hardware ID to remove from the Criteria.
Responses
204
No Content
No content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete/api/MFADefaultSettings/Criteria/HardwareIDs
DELETE /api/MFADefaultSettings/Criteria/HardwareIDs HTTP/1.1
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 21
{
"hardwareID": "text"
}No content
Last updated