Tạo nhân viên
Tham số
Kiểu dữ liệu
Mô tả
Tham số
Kiểu dữ liệu
Mô tả
Last updated
Last updated
POST $BASE_URL.Shop/CreateAccountUser HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"full_name": "text",
"password": "text",
"phone": "text"
}{
"block_reason": "text",
"blocked_at": "2026-01-25T10:50:44.295Z",
"created_at": "2026-01-25T10:50:44.295Z",
"email": "text",
"email_verification_sent_at": "2026-01-25T10:50:44.295Z",
"email_verified_at": "2026-01-25T10:50:44.295Z",
"full_name": "text",
"id": "text",
"is_blocked": true,
"phone": "text",
"phone_verification_sent_at": "2026-01-25T10:50:44.295Z",
"phone_verified_at": "2026-01-25T10:50:44.295Z",
"ref_aff": "text",
"ref_sale": "text",
"short_name": "text",
"source": "unknown",
"total_shop": 1,
"updated_at": "2026-01-25T10:50:44.295Z"
}curl --location '$BASE_URL.Shop/CreateAccountUser' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API-KEY' \
--data '{
"full_name": "<string>",
"password": "<string>",
"phone": "<string>"
}'{
"block_reason": "string",
"blocked_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"email": "string",
"email_verification_sent_at": "2019-08-24T14:15:22Z",
"email_verified_at": "2019-08-24T14:15:22Z",
"full_name": "string",
"id": "string",
"is_blocked": true,
"phone": "string",
"phone_verification_sent_at": "2019-08-24T14:15:22Z",
"phone_verified_at": "2019-08-24T14:15:22Z",
"ref_aff": "string",
"ref_sale": "string",
"short_name": "string",
"source": "unknown",
"total_shop": 0,
"updated_at": "2019-08-24T14:15:22Z"
}