Skip to main content

github.user

Home > @runlightyear/github > User

User type

Documentation: Several places, including: https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads\#issues

Signature:
declare type User = {
login: string;
id: number;
nodeId: string;
avatarUrl: string;
gravatarId: string;
url: string;
htmlUrl: string;
followersUrl: string;
followingUrl: string;
gistsUrl: string;
starredUrl: string;
subscriptionsUrl: string;
organizationsUrl: string;
reposUrl: string;
eventsUrl: string;
receivedEventsUrl: string;
type: string;
siteAdmin: boolean;
};