Skip to content

Create User

The Create User task creates a new user account on the platform. The created user can optionally be added to groups and granted scopes at the time of creation.

Configuration

PropertyTypeDescription
dry_runbooleanRun without executing task effects
namestringFirst name
surnamestringLast name
loginstringUsername (must be unique)
emailstringEmail address (must be unique)
scopesarrayScope names to grant to the new user
groupsarrayGroup IDs to add the new user to
send_invitation_emailbooleanSend a welcome / invitation email to the new user's email address
output_variablestringVariable name to store the created user object for use in downstream tasks (e.g. "ucs.user")

See also: Tasks overview

S-Launch