Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.43 KB

File metadata and controls

59 lines (37 loc) · 1.43 KB
//////////////////////////////////////////////////////////////////////////////////////////////
// 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

signUp Mutation

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?): User

📥 Parameters

Input parameters accepted by this procedure.

Parameter Type Required
email String Yes
name String Yes
role Role No

📤 Returns

The return type of this procedure.

User

diagram


📚 References


Previous: listOrgUsers