Skip to content
ogygia playground
GET /user/{username}

Get user by user name

Parameters

path

NameTypeDescription
usernamestringrequiredThe name that needs to be fetched.

Responses

  • 200 successful operation application/json
  • 400 Invalid username supplied
  • 404 User not found