//////////////////////////////////////////////////////////////////////////////////////////////
// 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 //
//////////////////////////////////////////////////////////////////////////////////////////////
Defines the access level of a user within an organization.
Defined in: showcase.zmodel
Declaration · showcase.zmodel
enum Role {
OWNER
ADMIN
MEMBER
GUEST
}Possible values for this enumeration.
| Value | Description |
|---|---|
OWNER |
Full administrative access — can manage billing, members, and settings. |
ADMIN |
Can manage projects and team members. |
MEMBER |
Standard team member with project access. |
GUEST |
View-only access to public resources. |
Models and fields that reference this type.
- TeamMember —
role - User —
role
Previous: Priority · Next: TaskStatus