Create User
POST
/api/user
user
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.plazbot.com/api/user' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"lastName": "string",
"email": "string",
"password": "string",
"company": "string",
"isExternalCreation": true
}'
Request
Body Params application/json