user
Creates list of users with given input array
Creates list of users with given input array
post/user/createWithList
Request body
Example request
[
{
"id": 10,
"username": "theUser",
"firstName": "John",
"lastName": "James",
"email": "john@email.com",
"userStatus": 1
}
]Response
Successful operation
Example response
{
"id": 10,
"username": "theUser",
"firstName": "John",
"lastName": "James",
"email": "john@email.com",
"userStatus": 1
}