stages_authenticator_duo_enrollment_status_create
POST/stages/authenticator/duo/:stage_uuid/enrollment_status/
Check enrollment status of user details in current session
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
duo_response DuoResponseEnum (string)required
Possible values: [success
, waiting
, invalid
]
{
"duo_response": "success"
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...