Skip to main content

Retrieve an user

Retrieve an user by ID. The user ID must be given as route parameter. If not an admin, this route is accessible only for the given and authenticated user.

Path Parameters
  • user_id integer required

    ID of the user

Responses

OK


Schema
  • first_name string

    User's first name

  • last_name string

    User's last name

  • email email

    User's email. Should be unique

  • password password

    Possible values: >= 8 characters

    User's password

Loading...