Skip to main content
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[]
id
integer
Example:
username
string
Example:
firstName
string
Example:
lastName
string
Example:
email
string
Example:
password
string
Example:
phone
string
Example:
userStatus
integer
Example:

Response

id
integer
Example:
username
string
Example:
firstName
string
Example:
lastName
string
Example:
email
string
Example:
password
string
Example:
phone
string
Example:
userStatus
integer
Example: