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
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
name | string | First name |
surname | string | Last name |
login | string | Username (must be unique) |
email | string | Email address (must be unique) |
scopes | array | Scope names to grant to the new user |
groups | array | Group IDs to add the new user to |
send_invitation_email | boolean | Send a welcome / invitation email to the new user's email address |
output_variable | string | Variable name to store the created user object for use in downstream tasks (e.g. "ucs.user") |
See also: Tasks overview
