POST
/
user
/
createWithList
{
  "id": 10,
  "username": "theUser",
  "firstName": "John",
  "lastName": "James",
  "email": "john@email.com",
  "password": "12345",
  "phone": "12345",
  "userStatus": 1
}

Body

application/json ยท object[]

The body is of type object[].

Response

200
application/json

Successful operation

The response is of type object.