1# os_account.h
2
3
4## Overview
5
6Defines the APIs for accessing and managing system account information.
7
8**Library**: libos_account_ndk.so
9
10**System capability**: SystemCapability.Account.OsAccount
11
12**Since**: 12
13
14**Related module**: [OsAccount](_os_account.md)
15
16
17## Summary
18
19
20### Functions
21
22| Name | Description |
23| -------- | -------- |
24| [OsAccount_ErrCode](_os_account.md#osaccount_errcode) [OH_OsAccount_GetName](_os_account.md#oh_osaccount_getname) (char \*buffer, size_t buffer_size) | Obtains the name of the system account, to which the caller process belongs. |
25