Set user info on device (async)
POSThttps://developer.fingerspot.io/api/set_userinfo
Pushes a user record to a device. The API returns an acknowledgement immediately; the execution result is delivered asynchronously via the device's configured webhook URL as a set_userinfo callback.
Note: Finger, face, and card templates cannot be synchronized between different types of Other Attendance Devices.
For VIDA and VIVO Series, the template field may carry a base64-encoded JSON payload of the form {"face":"<base64-jpeg>"} that is itself re-encoded in base64, enabling face photo upload alongside user registration (photo ≤ 100 KB, close-up).
Request
Responses
- 200
Command accepted. The immediate response is an acknowledgement only. The actual result will be delivered asynchronously to the device's configured webhook URL.
Callbacks
- POST deviceWebhook
POST{$request.body#/cloud_id}
Posted to the device's registered webhook URL when the device has executed (or failed to execute) the set_userinfo command.