GetCurrentlyAuthenticatedUser
Retrieves information about the currently authenticated user.
Result Set Columns
Name | Type | Description |
Id | String | The user ID. |
Login | String | The username used to login. |
Bio | String | The user's public profile bio. |
BioHTML | String | The user's public profile bio as HTML. |
AvatarUrl | String | A URL pointing to the user's public avatar. |
Name | String | The user's public profile name. |
Company | String | The user's public profile company. |
CompanyHTML | String | The user's public profile company as HTML. |
CreatedAt | Datetime | Identifies the date and time when the object was created. |
String | The user's publicly visible profile email. | |
IsBountyHunter | Bool | Whether or not this user is a participant in the GitHub Security Bug Bounty. |
IsCampusExpert | Bool | Whether or not this user is a participant in the GitHub Campus Experts Program. |
IsDeveloperProgramMember | Bool | Whether or not this user is a GitHub Developer Program member. |
IsEmployee | Bool | Whether or not this user is a GitHub employee. |
IsHireable | Bool | Whether or not the user has marked themselves as for hire. |
IsSiteAdmin | Bool | Whether or not this user is a site administrator. |
IsViewer | Bool | Whether or not this user is the viewing user. |
Location | String | The user's public profile location. |
PinnedItemsRemaining | Integer | Returns how many more items this profile owner can pin to their profile. |
ProjectsUrl | String | The HTTP URL listing user's projects. |
ResourcePath | String | The HTTP path for this user. |
TwitterUsername | String | The user's Twitter username. |
UpdatedAt | Datetime | Identifies the date and time when the object was last updated. |
URL | String | The HTTP URL for this user. |
ViewerCanChangePinnedItems | Bool | Can the viewer pin repositories and gists to the profile? |
ViewerCanCreateProjects | Bool | Can the current viewer create new projects on this owner? |
ViewerCanFollow | Bool | Whether or not the viewer is able to follow the user. |
ViewerIsFollowing | Bool | Whether or not this user is followed by the viewer. |
WebsiteUrl | String | A URL pointing to the user's public website/blog. |