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

Body

Created user object
id
integer
Example:

10

username
string
Example:

"theUser"

firstName
string
Example:

"John"

lastName
string
Example:

"James"

email
string
Example:

"john@email.com"

password
string
Example:

"12345"

phone
string
Example:

"12345"

userStatus
integer

User Status

Example:

1

Response

200
application/json
successful operation
id
integer
Example:

10

username
string
Example:

"theUser"

firstName
string
Example:

"John"

lastName
string
Example:

"James"

email
string
Example:

"john@email.com"

password
string
Example:

"12345"

phone
string
Example:

"12345"

userStatus
integer

User Status

Example:

1