//////////////////////////////////////////////////////////////////////////////////////////////
// DO NOT MODIFY THIS FILE //
// This file is automatically generated by ZenStack CLI and should not be manually updated. //
// Source: showcase.zmodel · Generated: 2026-02-23 //
//////////////////////////////////////////////////////////////////////////////////////////////
Index / Procedures / signUp
Register a new user in the platform. Creates the user record and sends a welcome email.
Defined in: showcase.zmodel
Declaration · showcase.zmodel
mutation procedure signUp(email: String, name: String, role: Role?): UserInput parameters accepted by this procedure.
| Parameter | Type | Required |
|---|---|---|
email |
String |
Yes |
name |
String |
Yes |
role |
Role | No |
The return type of this procedure.
Previous: listOrgUsers