POST /a/frontend/enroll
Generic endpoint that can be implemented by 2FA systems for enrollment
Body Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| EnrollInfo | object | ||
| EnrollType | string |
Body Example
{
"EnrollInfo": {},
"EnrollType": "string"
}
Response Example (200)
Response Type /definitions/restFrontEnrollAuthResponse
{
"Info": {}
}