Skip to main content

getTheAuthenticatedUser

Get user personal information

Header Parameters
  • Authorization required

    Oauth2 token or private token (needs to start with Bearer plus a space)

Responses

Success


Schema
  • login string

    username

  • id string

    user id

  • url string

    The interface path to obtain user information based on the user name

  • name string

    nickname

  • company string

    company

  • blog string

    blog

  • location string

    location

  • hide_email int

    是否隐藏邮箱,1-隐藏/0-显示

  • email string

    email

  • bio string

    bio

  • avatar_url string

    avatar

  • html_url string

    home_url

  • followers Integer

    number of followers

  • following Integer

    number of followings

  • total_repos Integer

    total number of repositories

  • created_at string

    created_at

  • updated_at

    updated_at

Loading...