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
    value

    A valid GitHub OAuth access token

Out pins 8 + flow
  • flow
    flow
  • Email
    value

    The user email address

  • Name
    value

    The user display name

  • First name
    value

    The user first name

  • Last name
    value

    The user last name

  • Provider User ID
    value

    The unique user ID at GitHub

  • Raw
    object

    The full user profile response from GitHub

  • Success
    condition

    True if the user info was fetched successfully

  • Error
    value

    Error 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.

Studio canvas example for the github sso get user info block: typical wiring for github sso get user info.

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