Skip to main content

authenticators_admin_duo_create

POST 

/api/v3//authenticators/admin/duo/

Viewset for Duo authenticator devices (for admins)

Request

Body

required

    name stringrequired

    Possible values: non-empty and <= 64 characters

    The human-readable name of this device.

Responses

Schema

    pk ID (integer)required
    name stringrequired

    Possible values: <= 64 characters

    The human-readable name of this device.

curl -L -X POST '/api/v3/authenticators/admin/duo/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"name": "string"
}'
Request Collapse all
Base URL
/api/v3
Auth
Body required
{
  "name": "string"
}