User Management API > BS2_GetUserList
Gets enrolled user ID as array. The size of the user ID is BS2_USER_ID_SIZE.
#include "BS_API.h" int BS2_GetUserList(void* context, uint32_t deviceId, char** uidsObjs, uint32_t* numUid, IsAcceptableUserID ptrIsAcceptableUserID);
context
: ContextdeviceId
: Device IDuidsObjs
: Pointer to store the user ID list's addressnumUid
: Number of usersptrIsAcceptableUserID
: TBD
NOTE
The uidsObjs variable needs to return the memory to the system by the BS2_ReleaseObject function after being used.
If successfully done, BS_SDK_SUCCESS
will be returned.
If there is an error, the corresponding error code will be returned.