User Management
A service that provides user management functionality for managing shopping mall operations users. It supports convenient management of user information, user organization (department), permission groups, and individual permissions.
Key Features
User Information Management
You can look up the user list, check user detail information, and register/modify users.
Users can belong to various departments and permission groups.
User Organization (Department) Management
You can look up departments, register new departments, and modify/delete existing departments.
Permission Group Management
You can look up permissions for various groups and grant or revoke permissions.
Each group is classified into major groups such as Back Office, Customer Center, and Partner.
Individual Permission Management
You can grant or revoke individual permissions for each user.
Fine-grained permission adjustment is possible per user.
Process Definition — User Information and Organization Management
You can look up user information and register or modify users.
You can look up the user organization (department) and register, modify, or delete departments.

User Registration/Modification Popup
You can register/modify users. Permission group lookup, department list lookup, and partner list lookup are each performed via their respective popups. When registering a user, you must use the user ID count lookup API to check for ID duplication. In user modification, you can unlock a user's password lock and reset their password. When the password is reset, it is changed to an encoded random value, and the changed value is sent to the user's mobile phone via AlimTalk.
Process Definition — Permission Group and Individual Permission Management
Looks up and manages the permission group list. Looks up the menus matching each permission and looks up the button permissions on that menu to manage button permissions.
Looks up the individual permission list for a user. Looks up the menu permissions for an individual user and looks up the button permissions of that menu to manage them.

API Function List — User Information Management
User Information Lookup
Looks up user information.
BO
GET
🔗View API > Not used on screen; provided to other services or APIs.
Password Reset
Resets a user's password to a random value, and the changed password is sent to the user's mobile phone via AlimTalk. *Single message send: /api/common/v1/common/sendMessage
BO
POST
User Permission
Group List Count Lookup
Looks up the user permission group list count.
BO
GET
API Function List — User Organization Management
Department Hierarchy List Lookup
Looks up the currently saved department list in a hierarchical structure.
BO
GET
API Function List — Permission Group Management
Permission Group Save
Registers, modifies, and deletes permission group information.
BO
POST
Permission Group Button Permission Save
Saves the button permission for a menu permission.
BO
POST
Permission Group Button List Lookup
Looks up the button list for a permission group menu.
BO
GET
API Function List — Individual Permission Management
Individual Permission List Count Lookup
Looks up the individual permission list count.
BO
GET