Interface User

User represents a user

Hierarchy

  • User

Properties

active?: boolean

Is user active

avatar_url?: string

URL to the user's avatar

created?: string

Format

date-time

description?: string

the user's description

email?: string

Format

email

followers_count?: number

user counts

Format

int64

following_count?: number

Format

int64

full_name?: string

the user's full name

id?: number

the user's id

Format

int64

is_admin?: boolean

Is the user an administrator

language?: string

User locale

last_login?: string

Format

date-time

location?: string

the user's location

login?: string

the user's username

login_name?: string

the user's authentication sign-in name.

Default

"empty"
prohibit_login?: boolean

Is user login prohibited

restricted?: boolean

Is user restricted

starred_repos_count?: number

Format

int64

visibility?: string

User visibility level option: public, limited, private

website?: string

the user's website

Generated using TypeDoc