github sso get user info
This block is part of the users group and was last modified in core v14.0.4.
github sso get user info v14.0.4 Fetch the current GitHub user profile using an access token.
In pins 1 + flow
- flow
flow - Access Token required
valueA valid GitHub OAuth access token
Out pins 8 + flow
- flow
flow - Email
valueThe user email address
- Name
valueThe user display name
- First name
valueThe user first name
- Last name
valueThe user last name
- Provider User ID
valueThe unique user ID at GitHub
- Raw
objectThe full user profile response from GitHub
- Success
conditionTrue if the user info was fetched successfully
- Error
valueError message if success is false
sso |
oauth |
github |
user |
profile |
info |
A typical wiring for github sso get user info: a function trigger starts the flow; value feeds the access_token pin; the flow out pin feeds debug.

Version history
Introduced in v14.0.4.
Service documentation
External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.Back to
users Return to the main group to view all sub-groups Back to sso Return to the group to view all blocks within this group
