Find UserId by MacAddress
This helper method is mainly required for device implementations. This method returns the Biometrid ID associated with a device by MAC address.
Find UserID by MacAddress
Headers
Name
Type
Description
Request Body
Name
Type
Description
// no user associated to the device.
{
"status": true,
"data": {
"message": "DEVICE_NOT_ASSOCIATED_TO_USER"
}
}
//user associated to the device.
{
"status": true,
"data": {
"message": "USER_ALREADY_REGISTERED_ON_THIS_DEVICE",
"id": "5be3000bd3adgd3e152724f2"
}
}{
"status": false,
"data": {
"message": "AUTHENTICATION_HEADERS_MISSING"
}
}Last updated
Was this helpful?