User From ID (LogiX node)

From Neos Wiki
Revision as of 17:45, 18 February 2022 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Other languages:
User From ID
'User From ID' LogiX node
Inputs
  String UserID
  String MachineID
Outputs
  User *

The User From ID node outputs a reference to the User in the current session corresponding to the input strings.

Usage

This will successfully output a user reference even if only one of the inputs is connected or valid. If both are provided, the UserID will be matched in preference over the MachineID. If an invalid UserID is provided, the node will attempt to find a valid match based on MachineID. Default output is null.

Examples

Node Menu

Template:NodeMenu-Users/en