stages_authenticator_duo_import_device_manual_create
POST/stages/authenticator/duo/:stage_uuid/import_device_manual/
Import duo devices into authentik
Request
Path Parameters
stage_uuid uuidrequired
A UUID string identifying this Duo Authenticator Setup Stage.
- application/json
Body
required
duo_user_id stringrequired
Possible values: non-empty
username stringrequired
Possible values: non-empty
Responses
- 204
- 400
- 403
Enrollment successful
Bad request
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...