Documentation Index

Fetch the complete documentation index at: https://docs.abakion.com/llms.txt

Use this file to discover all available pages before exploring further.

Get user by user name

Prev Next
Get
/user/{username}
Path parameters
username
stringRequired

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

Responses
200

successful operation

object
id
integer (int64)
username
string
firstName
string
lastName
string
email
string
password
string
phone
string
userStatus
integer (int32)

User Status

object
id
integer (int64)
username
string
firstName
string
lastName
string
email
string
password
string
phone
string
userStatus
integer (int32)

User Status

400

Invalid username supplied

404

User not found