Skip to content

Find Users

The Find Users task searches for users matching one or more criteria and returns a list of matches. The results are stored in a variable for use by downstream tasks.

Configuration

PropertyTypeDescription
dry_runbooleanRun without executing task effects
namestringFilter by first name (partial match)
surnamestringFilter by last name (partial match)
groupsarrayFilter by group membership — returns users who are members of any of the specified groups
scopesarrayFilter by granted scopes
is_activeboolean / nullFilter by active state — true (active only), false (inactive only), null (any)
is_lockedboolean / nullFilter by locked state
limitnumberMaximum number of results to return (default: 100)
output_variablestringVariable name to store the results array (e.g. "ucs.users")

See also: Tasks overview

S-Launch