Get enroll Status
This method is used to get the enroll status for a certain user at any point. This enroll status indicates the state of each enroll of the client's chosen biometric engines.
Get enroll Status
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": true,
"data": [
{
"engines_oid": "586d12dc3e7a0221d76a4be2",
"type": "voice",
"enrolled": true
},
{
"engines_oid": "586d12dc3e7a0221d76a4be3",
"type": "face",
"enrolled": false
}
]
}{
"status": false,
"data": {
"message": "AUTHENTICATION_HEADERS_MISSING"
}
}Last updated
Was this helpful?