Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.39 KB

User.md

File metadata and controls

29 lines (24 loc) · 1.39 KB

User

Properties

Name Type Description Notes
active Boolean Is user active [optional]
avatarUrl String URL to the user's avatar [optional]
created OffsetDateTime [optional]
description String the user's description [optional]
email String [optional]
followersCount Long user counts [optional]
followingCount Long [optional]
fullName String the user's full name [optional]
id Long the user's id [optional]
isAdmin Boolean Is the user an administrator [optional]
language String User locale [optional]
lastLogin OffsetDateTime [optional]
location String the user's location [optional]
login String the user's username [optional]
loginName String the user's authentication sign-in name. [optional]
prohibitLogin Boolean Is user login prohibited [optional]
restricted Boolean Is user restricted [optional]
starredReposCount Long [optional]
visibility String User visibility level option: public, limited, private [optional]
website String the user's website [optional]