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

Path Parameters

username
string
required

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: