Devices
List
Retrieve Criteria Device List of a Site Defaults object.
GET/api/MFADefaultSettings/Criteria/Devices
Query parameters
Response
Success
Body
clientnullable string
The name of the client device.
Request
Response
Add
Add a device to the Device List of the Criteria settings.
POST/api/MFADefaultSettings/Criteria/Devices
Query parameters
Body
Device configuration.
clientDeviceName*nullable string
The name of the client device to add to the Criteria.
Response
Created
Request
Response
Remove
Remove a device from the Device List of the Criteria settings.
DELETE/api/MFADefaultSettings/Criteria/Devices
Query parameters
Body
Device configuration.
clientDeviceName*nullable string
The name of the client device to remove from the Criteria.
Response
No Content
Request
Response