Skip to content

Get User Node

Data/GitHub

Get User

Get information about a GitHub user, or the authenticated user if no username provided

data_github_get_userdata
Inputs3
Outputs3
Security exposure2/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
4/10Medium
PerformanceRuntime or resource pressure.
1/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
1/10High

Input Pins

3

Input

Execution
exec_in

Trigger

Provider

Struct
provider

GitHub provider

GitHubProviderGitHubProvider3 fields
provider_idstringrequired
access_tokenstringrequired
base_urlstringrequired
Schema enforced

Username

String
username

GitHub username. Leave empty to get authenticated user

Output Pins

3

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

User

Struct
user

User details

GitHubUserGitHubUser18 fields
idinteger:int64required
format int64
loginstringrequired
namestring | null
emailstring | null
avatar_urlstringrequired
html_urlstringrequired
user_typestringrequired
biostring | null
companystring | null
locationstring | null
blogstring | null
twitter_usernamestring | null
public_reposinteger:int64required
format int64
public_gistsinteger:int64required
format int64
followersinteger:int64required
format int64
followinginteger:int64required
format int64
created_atstringrequired
updated_atstringrequired
Schema enforced

Node Info

Internal name
data_github_get_user
Category
Data/GitHub