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.

Using with Flows

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

With Management Flows

When using Management Flows, the Load User action can load disabled or expired users for management.

To perform this, select the Load User action and check the "Load Invalid Users" checkbox under the action.

Load Invalid Users Action

Was this helpful?

On this page