stages_authenticator_duo_import_devices_automatic_create
POST/stages/authenticator/duo/:stage_uuid/import_devices_automatic/
Import duo devices into authentik
Request
Path Parameters
stage_uuid uuidrequired
A UUID string identifying this Duo Authenticator Setup Stage.
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
count integerrequired
error stringrequired
{
"count": 0,
"error": "string"
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...