ZKTECO IN01 GET USER ID
I’m trying to retrieve user information (user ID, name, etc.) using the ZKTeco SDK with an IN01 device. However, when I attempt to retrieve a user with a long user ID (greater than 5 digits), only the first 5 digits are returned (e.g., 123456 on the device appears as 12345 in the SDK). I’m using the SSR_GetAllUserInfo function. Any help would be appreciated.