Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.35 KB

File metadata and controls

56 lines (34 loc) · 1.35 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 / listOrgUsers

listOrgUsers Query

List all users belonging to a given organization.

Defined in: showcase.zmodel

Declaration · showcase.zmodel
procedure listOrgUsers(organizationId: String): User[]

📥 Parameters

Input parameters accepted by this procedure.

Parameter Type Required
organizationId String Yes

📤 Returns

The return type of this procedure.

User[]

diagram


📚 References


Previous: getUser · Next: signUp