Creates list of users with given input array
POST
/user/createWithList
user
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/user/createWithList' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"id": 10,
"username": "theUser",
"firstName": "John",
"lastName": "James",
"email": "john@email.com",
"password": "12345",
"phone": "12345",
"userStatus": 1
}
Request
Body Params application/json
Responses
Modified at 2022-10-19 09:27:46