{ "id": 10, "username": "theUser", "firstName": "John", "lastName": "James", "email": "john@email.com", "password": "12345", "phone": "12345", "userStatus": 1 }
Creates list of users with given input array.
The body is of type object[].
object[]
Successful operation
The response is of type object.
object