User From ID (LogiX node)

From Neos Wiki
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