Get User step
Introduction
The "Get User" step is used to retrieve user based on a provided user ID.
Configuration
User ID: The unique identifier of the user you want to retrieve. This parameter is required and must be a valid user ID.
Outputs
User: The user corresponding to the provided User ID. This output may be
null
if the user could not be found or if an invalid ID was provided.
Last updated