cloudron_create_user
Create a new Cloudron user with assigned role (admin, user, or guest) by providing email and password. This atomic operation adds users to manage self-hosted applications and infrastructure.
Instructions
Create a new user on the Cloudron instance with role assignment (atomic operation). Password must be at least 8 characters long and contain at least 1 uppercase letter and 1 number. Returns 201 Created with user object.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | User email address (must be valid format) | ||
| password | Yes | User password (8+ characters, 1 uppercase, 1 number) | |
| role | Yes | User role: admin (full access), user (standard access), or guest (limited access) |