1. Danh sách
Mô tả API lấy dữ liệu thông tin nhân viên trên hệ thống
Thông tin
Mô tả
Tạo request
curl -X 'GET' \
'https://localhost:7222/API/Manager/User/GetAllUser' \
-H 'accept: */*' \
-H 'Authorization: Bearer <token>'Respone Body
[
{
"Id": "",
"UserName": "admin",
"FullName": "Nguyễn Công Bình",
"IsActive": true,
"IsLocked": false
}
]Tên trường
Mô tả
Kiểu dữ liệu
Last updated