Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
en:user_management_api [2017/09/07 08:29]
127.0.0.1 external edit
en:user_management_api [2019/05/17 11:42]
yjjung [User Management API]
Line 6: Line 6:
  
   * [[BS2_GetUserList]]:​ Gets the enrolled user ID list.   * [[BS2_GetUserList]]:​ Gets the enrolled user ID list.
-  * [[BS2_GetUserInfos]]:​ Gets the user information of the given user ID. 
-  * [[BS2_EnrolUser]]:​ Enrolls new user. 
   * [[BS2_RemoveUser]]:​ Deletes user.   * [[BS2_RemoveUser]]:​ Deletes user.
   * [[BS2_RemoveAllUser]]:​ Deletes all users.   * [[BS2_RemoveAllUser]]:​ Deletes all users.
-  * [[BS2_GetUserInfosEx]]:​ Gets the user information of the given user ID. (Applies only for v2.4 FW group+  ​* [[BS2_GetUserInfos]]:​ Gets the user information of the given user ID. 
-  * [[BS2_EnrolUserEx]]:​ Enrolls new user. (Applies only for v2.4 FW group)+  ​* [[BS2_GetUserInfosEx]]:​ Gets the user information of the given user ID. ([+ 2.4.0] including Job code and User phrase) 
 +  * [[BS2_EnrolUser]]:​ Enrolls new user. 
 +  * [[BS2_EnrolUserEx]]:​ Enrolls new user. ([+ 2.4.0] including Job code and User phrase) 
 +  * [[BS2_EnrolUser]]:​ [+ 2.6.3] Enrolls new user. 
 +  * [[BS2_EnrolUserEx]]:​ [+ 2.6.3] Enrolls new user. (including Job code and User phrase) 
 +  * [[BS2_GetUserDatas]]:​​ Gets selected data of user. (+ [2.5.0]) 
 +  * [[BS2_GetUserDatasEx]]:​​ Gets selected data of user. ([+ 2.5.0] including Job code, User phrase) 
 +  * [[BS2_GetSupportedUserMask]]:​ Gets user settings supported by the device. 
 +  * [[BS2_EnrollUserSmall]]:​ [+ 2.6.3] Enrolls new user with efficient use of memory. 
 +  * [[BS2_EnrollUserSmallEx]]:​ [+ 2.6.3] Enrolls new user with efficient use of memory. 
 +  * [[BS2_GetUserSmallInfos]]:​ [+ 2.6.3] Gets the user information of the given user ID with efficient use of memory 
 +  * [[BS2_GetUserSmallInfosEx]]:​ [+ 2.6.3] Gets the user information of the given user ID with efficient use of memory 
 +  * [[BS2_GetUserSmallDatas]]:​ [+ 2.6.3] Gets selected data of user with efficient use of memory. 
 +  * [[BS2_GetUserSmallDatasEx]]:​ [+ 2.6.3] Gets selected data of user with efficient use of memory. 
 + 
 + 
  
  
Line 142: Line 156:
     BS2UserPhoto photo;     BS2UserPhoto photo;
     uint8_t pin[BS2_PIN_HASH_SIZE];​     uint8_t pin[BS2_PIN_HASH_SIZE];​
-    ​BS2Card* cardObjs;+    ​BS2CSNCard* cardObjs;
     BS2Fingerprint* fingerObjs;     BS2Fingerprint* fingerObjs;
     BS2Face* faceObjs;     BS2Face* faceObjs;
Line 197: Line 211:
     BS2UserPhoto photo;     BS2UserPhoto photo;
     uint8_t pin[BS2_PIN_HASH_SIZE];​     uint8_t pin[BS2_PIN_HASH_SIZE];​
-    ​BS2Card* cardObjs;+    ​BS2CSNCard* cardObjs;
     BS2Fingerprint* fingerObjs;     BS2Fingerprint* fingerObjs;
     BS2Face* faceObjs;     BS2Face* faceObjs;
Line 224: Line 238:
 Job code that will be allocated to user. \\ \\ Job code that will be allocated to user. \\ \\
 **10. //​phrase//​** \\  **10. //​phrase//​** \\ 
-Private message that will be displayed when the user authenticates. \\ \\+Private message that will be displayed when the user authenticates. ​(FaceStation 2 Only) \\ \\
 **11. //​accessGroupId//​** \\  **11. //​accessGroupId//​** \\ 
 List of access groups where users belong to which can be configured up to 16 groups.\\ \\  List of access groups where users belong to which can be configured up to 16 groups.\\ \\