microsoft sso get user info

This block is part of the users group and was last modified in core v14.0.4.

microsoft sso get user info v14.0.4

Fetch the current Microsoft user profile using an access token.

In pins 1 + flow
  • flow
    flow
  • Access Token required
    value

    A valid Microsoft 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 Microsoft

  • Raw
    object

    The full user profile response from Microsoft Graph

  • Success
    condition

    True if the user info was fetched successfully

  • Error
    value

    Error message if success is false

sso
oauth
microsoft
azure
entra
user
profile
info
graph

A typical wiring for microsoft 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 microsoft sso get user info block: typical wiring for microsoft 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