Get user by user name.
Get user detail based on username.
Path parameters
The name that needs to be fetched. Use user1 for testing
Response
successful operation
Example response
{
"id": 10,
"username": "theUser",
"firstName": "John",
"lastName": "James",
"email": "john@email.com",
"password": "12345",
"phone": "12345",
"userStatus": 1
}Changes
Changed in 1 of the 53 revisions of this API.182
- ▲
removed the media type
application/xmlfor the response with the statusdefaultresponse-media-type-removed
- ●
removed the optional property
emailfrom the response with thedefaultstatusresponse-optional-property-removed
- ●
removed the optional property
firstNamefrom the response with thedefaultstatusresponse-optional-property-removed
- ●
removed the optional property
idfrom the response with thedefaultstatusresponse-optional-property-removed
- ●
removed the optional property
lastNamefrom the response with thedefaultstatusresponse-optional-property-removed
- ●
removed the optional property
passwordfrom the response with thedefaultstatusresponse-optional-property-removed
- ●
removed the optional property
phonefrom the response with thedefaultstatusresponse-optional-property-removed
- ●
removed the optional property
userStatusfrom the response with thedefaultstatusresponse-optional-property-removed
- ●
removed the optional property
usernamefrom the response with thedefaultstatusresponse-optional-property-removed
- ○
added the required property
codeto the response with thedefaultstatusresponse-required-property-added
- ○
added the required property
messageto the response with thedefaultstatusresponse-required-property-added
- ▲