Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:user_management_api [2022/10/05 15:52] sungjun |
en:user_management_api [2024/12/26 11:12] (current) alex |
||
---|---|---|---|
Line 23: | Line 23: | ||
* [[BS2_GetUserSmallDatas]]: [+ 2.6.3] Gets selected data of user 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. | * [[BS2_GetUserSmallDatasEx]]: [+ 2.6.3] Gets selected data of user with efficient use of memory. | ||
- | * [[BS2_EnrollUserFaceEx]]: [+ 2.7.1] ''FaceStation F2'' Enrolls new user. | + | * [[BS2_EnrollUserFaceEx]]: [+ 2.7.1] ''Visual Face Support'' Enrolls new user. |
- | * [[BS2_GetUserInfosFaceEx]]: [+ 2.7.1] ''FaceStation F2'' Gets the user information of the given user ID. | + | * [[BS2_GetUserInfosFaceEx]]: [+ 2.7.1] ''Visual Face Support'' Gets the user information of the given user ID. |
- | * [[BS2_GetUserDatasFaceEx]]: [+ 2.7.1] ''FaceStation F2'' Gets selected data of user. | + | * [[BS2_GetUserDatasFaceEx]]: [+ 2.7.1] ''Visual Face Support'' Gets selected data of user. |
+ | * [[BS2_PartialUpdateUser]]: [+ 2.8.3] Updates partial information of an already registered user. | ||
+ | * [[BS2_PartialUpdateUserEx]]: [+ 2.8.3] Updates partial information of an already registered user. (including Job code and User phrase) | ||
+ | * [[BS2_PartialUpdateUserSmall]]: [+ 2.8.3] Updates partial information of an already registered user with efficient use of memory. | ||
+ | * [[BS2_PartialUpdateUserSmallEx]]: [+ 2.8.3] Updates partial information of an already registered user with efficient use of memory. | ||
+ | * [[BS2_PartialUpdateUserFaceEx]]: [+ 2.8.3] ''Visual Face Support'' Updates partial information of an already registered user. | ||
+ | * [[BS2_GetUserStatistic]]: [+ 2.8.3] Gets the user-related statistics that the device has. | ||
Line 85: | Line 91: | ||
|0x80 |BS2_USER_INFO_MASK_FACE | | |0x80 |BS2_USER_INFO_MASK_FACE | | ||
</WRAP> | </WRAP> | ||
- | **''Acquiring user information''** \\ | + | **''Get user information''** \\ |
- | The infoMask indicates what information is allocated to the current user when acquiring the user information. \\ \\ | + | The infoMask indicates what information is allocated to the current user when getting the user information. \\ \\ |
<WRAP group 50%> | <WRAP group 50%> | ||
^User information ^BS2_USER_MASK ^infoMask ^ | ^User information ^BS2_USER_MASK ^infoMask ^ | ||
Line 118: | Line 124: | ||
<WRAP tip 70%> | <WRAP tip 70%> | ||
**Tip**\\ | **Tip**\\ | ||
- | <wrap em>Other than FaceStation F2</wrap> \\ | + | Please use [[user management api#BS2UserSettingEx|BS2UserSettingEx]] to set <wrap em>the personal authentication mode</wrap> for <wrap em>Visual Face-based devices</wrap>. |
- | Please use [[user management api#BS2UserSettingEx|BS2UserSettingEx]] for <wrap em>FaceStation F2</wrap>. | + | |
</WRAP> | </WRAP> | ||
<code cpp> | <code cpp> | ||
Line 137: | Line 142: | ||
**2. //endTime//** \\ | **2. //endTime//** \\ | ||
End time that that a user can identify. \\ | End time that that a user can identify. \\ | ||
- | <wrap em>A value smaller than 1924991999 (31 December 2030, 23:59:59)</wrap> must be entered, <wrap em>If set 0</wrap>, it means that there is <wrap em>no limit</wrap>. \\ \\ | + | <wrap em>A value smaller than 1924991999 (31 December 2030, 23:59:59)</wrap> must be entered, <wrap em>If set 0</wrap>, it means that there is <wrap em>no limit</wrap>. \\ \\ |
+ | For firmware versions that include the date extension feature or later, settings can be stored up to 2145916799(31 December 2037, 23:59:59). \\ | ||
+ | Please refer to the revision notes for each firmware version to confirm whether this is supported.\\ | ||
+ | (For example, in the case of BioStation 3, firmware version 1.3.0 or later allows settings up to 2145916799(31 December 2037, 23:59:59). ) \\ \\ | ||
**3. //fingerAuthMode//** \\ | **3. //fingerAuthMode//** \\ | ||
Finger authentication mode for user authentication. \\ | Finger authentication mode for user authentication. \\ | ||
Line 291: | Line 299: | ||
|FaceStation F2 |V1.0.0 or higher | | |FaceStation F2 |V1.0.0 or higher | | ||
|X-Station 2 |V1.0.0 or higher | | |X-Station 2 |V1.0.0 or higher | | ||
+ | |BioStation 3 |V1.0.0 or higher | | ||
</WRAP> | </WRAP> | ||
**11. //accessGroupId//** \\ | **11. //accessGroupId//** \\ | ||
Line 381: | Line 390: | ||
<WRAP tip 70%> | <WRAP tip 70%> | ||
**Tip**\\ | **Tip**\\ | ||
- | <wrap em>FaceStation F2 Only</wrap> \\ | + | Please use [[user management api#BS2UserSetting|BS2UserSetting]] to set <wrap em>the personal authentication mode</wrap> for devices other than <wrap em>Visual Face-based devices</wrap>. |
- | Please use [[user management api#BS2UserSetting|BS2UserSetting]] <wrap em>other than</wrap> FaceStation F2. | + | |
</WRAP> | </WRAP> | ||
<code cpp> | <code cpp> | ||
Line 498: | Line 506: | ||
Fingerprint template list for user authentication, there must be as many as **user.numFingers**. Refer to [[Fingerprint API]] for data format. \\ \\ | Fingerprint template list for user authentication, there must be as many as **user.numFingers**. Refer to [[Fingerprint API]] for data format. \\ \\ | ||
8. //faceObjs// \\ | 8. //faceObjs// \\ | ||
- | ''FaceStation2'', ''FaceLite'' Face template list for user authentication, there must be as many as **user.numFaces**. Refer to [[Face API]] for data format. \\ \\ | + | ''IR Face supported'' Face template list for user authentication, there must be as many as **user.numFaces**. Refer to [[Face API]] for data format. \\ \\ |
9. //job// \\ | 9. //job// \\ | ||
Job code in T&A mode \\ \\ | Job code in T&A mode \\ \\ | ||
Line 512: | Line 520: | ||
List of access group of the user assigned, maximum is 16. \\ \\ | List of access group of the user assigned, maximum is 16. \\ \\ | ||
12. //settingEx// \\ | 12. //settingEx// \\ | ||
- | ''FaceStation F2'' Sets private authentication. It is now possible to combine more various authentication modes by combining fingerprints and faces. \\ \\ | + | ''Visual Face supported'' Sets private authentication. It is now possible to combine more various authentication modes by combining fingerprints and faces. \\ \\ |
13. //faceExObjs// \\ | 13. //faceExObjs// \\ | ||
- | ''FaceStation F2'' Face template list for user authentication, there must be as many as **user.numFaces**. Refer to [[Face API]] for data format. \\ \\ | + | ''Visual Face supported'' Face template list for user authentication, there must be as many as **user.numFaces**. Refer to [[Face API]] for data format. \\ \\ |
==== BS2UserStatistic ==== | ==== BS2UserStatistic ==== |