Skip to content

Get User

The Get User task retrieves a single user account by one of their unique identifiers. The user object is stored in a variable for use in downstream tasks.

Configuration

PropertyTypeDescription
dry_runbooleanRun without executing task effects
idstringInternal user ID — provide exactly one of id, login, or email
loginstringUsername
emailstringEmail address
fail_if_not_foundbooleanFail if no user matching the provided identifier exists
output_variablestringVariable name to store the retrieved user object (e.g. "ucs.user")

TIP

Use Get User when you need to look up one specific, known user. Use Find Users when you need to search across multiple users by criteria.


See also: Tasks overview

S-Launch