Skip to main content

Checks if the user is logged in and lists the basic user information. Returns 200 and the user data, 404 if the

user does not exist, or 401 if not logged in.

Checks if the user is logged in and lists the basic user information. Returns 200 and the user data, 404 if the user does not exist, or 401 if not logged in.

Path Parameters
  • id string required

    Possible values: Value must match regular expression \d+

Responses

Success


Schema
  • id integer
  • name string
  • avatar string
  • sleepStatus integer
Loading...