API Tạo mới tài khoản

Mô tả API tạo mới tài khoản

Thông tin
Mô tả

User

string

Password

string

Hình thức authen

Bearer<token>

Method

POST

Tạo request

curl -X 'POST'\ https://localhost:7222/API/Manager/User/CreateAccount

POSThttps://localhost:7222/API/Manager/User/CreateAccount

Thêm mới nhân viên

Request Body

Tên trường
Kiểu dữ liệu
Ý nghĩa

DepartmentId

string

Phòng ban

Email

string

Email

FullName

string

Tên đầy đủ

Id

string

IsActive

bool

hoạt động

IsLock

bool

khoá

Password

string

Phone

string

số điện thoại

Position

string

vị trí

Roles

list<object>

quền

UserName

string

tên tài khoản

Last updated