3. Danh sách đang hoạt động(theo username)
Mô tả API lấy dữ liệu thông tin nhân viên đang hoạt động trên hệ thống
Thông tin
Mô tả
Tạo request
curl -X 'GET' \
'https://localhost:7222/API/Manager/User/GetSelectAccountActiveWithUserName' \
-H 'accept: */*' \
-H 'Authorization: Bearer <token>'Respone Body
[
{
"value": "admin",
"label": "admin",
"disabled": null,
"fullName": "Nguyễn Công Bình",
"Code": null,
"BoolValue": null,
"children": null,
"OrderIndex": null
}
]Tên trường
Mô tả
Kiểu dữ liệu
Last updated