BP Function: Get User Info

Get User Info Node


Retrieves information about a Patreon user. Can be used to check if they are subscribed to a specific tier in order to unlock content, display information about their subscription, etc.

Requires an access token obtained by some authentication method.


Inputs

Outputs

  • Main Execution Pin (at the top)

    Execution will immediately continue from this pin while the authentication process continues in the background. Do not use execution flowing from this pin to check for the results, they aren't ready yet!

  • Async Action

    This is a reference to the action running in the background. You can use this to cancel the async action if you decide you actually don't need the results before it has completed.

  • On Complete

    When the user's data has been successfully fetched, execution will flow from this pin.

    User Info should be valid and can be used at this point.

  • On Fail

    If the process fails for any reason, execution will flow from this pin. You can use this to display an error to the user, prompt them to try again, etc.

    User Info will be invalid and should not be used!

  • User Info

    Patreon User Info

    Information about the user and their subscription status. Will only be valid via the On Complete execution pin.






For any questions, help, suggestions or feature requests, please feel free to contact me at nbpsup@gmail.com