Load User

The Load User action retrieves the authenticated user's full session context using the refresh token.

This action is particularly useful when other steps in the flow require an authenticated user context. For example, actions like updating user consent or connecting an outbound app rely on verified user details, which the Load User action makes available to the flow.

After running the Load User action, user related dynamic values will become available in context throughout the rest of the flow.

How to Use

To use the Load User action in a flow:

  1. Make sure the user is authenticated with a condition that checks if the user.loggedIn key is true
  2. Add the Load User action to load the user's session and details
  3. Reference the user details and context in subsequent steps of the flow

Load User Action

Was this helpful?

On this page