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

The name that needs to be fetched. Use user1 for testing

Response

200
application/json

successful operation

The response is of type object.