Create Account User
This API is used to add new user to the Shop.
Parameters
Data type
Describe
Parameters
Data type
Describe
Last updated
This API is used to add new user to the Shop.
Last updated
POST $BASE_URL.Shop/CreateAccountUser HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"full_name": "text",
"password": "text",
"phone": "text"
}{
"block_reason": "text",
"blocked_at": "2026-02-12T03:30:51.735Z",
"created_at": "2026-02-12T03:30:51.735Z",
"email": "text",
"email_verification_sent_at": "2026-02-12T03:30:51.735Z",
"email_verified_at": "2026-02-12T03:30:51.735Z",
"full_name": "text",
"id": "text",
"is_blocked": true,
"phone": "text",
"phone_verification_sent_at": "2026-02-12T03:30:51.735Z",
"phone_verified_at": "2026-02-12T03:30:51.735Z",
"ref_aff": "text",
"ref_sale": "text",
"short_name": "text",
"source": "unknown",
"total_shop": 1,
"updated_at": "2026-02-12T03:30:51.735Z"
}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"
}