跳到主要内容

Get the authenticated user info

This can only be done by the logged in userinfo.

Header Parameters
  • Authorization required

    The Oauth2 token

Responses

successful operation


Schema
  • login string

    this user name

  • id string

    this user id

  • url string

    return personal information interface in json format

  • name string

    User's nisckname

  • company string

    User's company

  • blog string

    User's personal website or blog

  • location string

    User's location

  • email string

    User's email

  • bio string

    User's brief introduction

  • avatar_url string

    User's avatar

  • html_url string

    User's personal homepage

  • public_repos Integer

    User's public repostory count

  • total_private_repos Integer

    User's private repostory count

  • owned_private_repos Integer

    User's self private repostory count

  • created_at string

    User's register time

  • updated_at string

    User's update personal information time

Loading...