Get user by user name
Path Parameters
usernamestring Required
The unique username of the user to retrieve; for testing, use "user1"
Response
200
Object
successful operation
Response Attributes
idinteger
The unique identifier assigned to the user within the system
usernamestring
The unique username of the user to retrieve; for testing, use "user1"
firstNamestring
The user's given or first name
lastNamestring
The user's family name or surname
emailstring
The user's primary email address used for communication and login
passwordstring
The user's account password, securely hashed and not retrievable in plain text
phonestring
The user's primary phone number in international format
userStatusinteger
The current status of the user account, indicating if it is active, inactive, or suspended
400
Object
Invalid username supplied
404
Object
User not found
Was this section helpful?
Response
Was this section helpful?