Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:bs2_getuserdatas [2019/03/04 12:56] yjjung created |
en:bs2_getuserdatas [2020/09/10 09:54] (current) yjjung [Paramter] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
| - | |||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| [[user_management_api]] > [[BS2_GetUserDatas]] | [[user_management_api]] > [[BS2_GetUserDatas]] | ||
| Line 7: | Line 5: | ||
| ===== BS2_GetUserDatas ===== | ===== BS2_GetUserDatas ===== | ||
| - | [+ 2.5.0] It gest user dafta for the user ID. \\ | + | [+ 2.5.0] Gets selected data of user. \\ |
| You can get selected data of the user ID using userMask. | You can get selected data of the user ID using userMask. | ||
| \\ | \\ | ||
| Line 18: | Line 16: | ||
| <callout type="info"> | <callout type="info"> | ||
| - | [[See user management api#BS2UserBlob|BS2UserBlob structure]] | + | [[user management api#BS2UserBlob|See BS2UserBlob structure]] |
| </callout> | </callout> | ||
| ==== Paramter ==== | ==== Paramter ==== | ||
| Line 39: | Line 37: | ||
| |0x0080 |Face | | |0x0080 |Face | | ||
| |0x0100 |Access group | | |0x0100 |Access group | | ||
| + | |0x0200 |Job code | | ||
| + | |0x0400 |User phrase(personal message) | | ||
| + | |0x0800 |Face ''(FaceStation F2)'' | | ||
| + | |0x1000 |User setting''(FaceStation F2)'' | | ||
| |0xFFFF |All information | | |0xFFFF |All information | | ||
| </WRAP> | </WRAP> | ||
| ==== Return Value ==== | ==== Return Value ==== | ||
| - | 성공적으로 수행될 경우 ''BS_SDK_SUCCESS''를 반환하고, 에러가 발생할 경우 상응하는 에러 코드를 반환합니다. | + | If successfully done, ''BS_SDK_SUCCESS'' will be returned. \\ |
| + | If there is an error, the corresponding error code will be returned. | ||
| \\ | \\ | ||
| - | ==== 함께 보기 ==== | + | ==== See Also ==== |
| [[BS2_GetUserList]]\\ | [[BS2_GetUserList]]\\ | ||
| [[BS2_RemoveUser]]\\ | [[BS2_RemoveUser]]\\ | ||