stages_authenticator_duo_import_devices_automatic_create
POST/api/v3//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"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST '/api/v3/stages/authenticator/duo/:stage_uuid/import_devices_automatic/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'