↓ 19 callersFunctionrequire_role(
db: AsyncSession,
*,
user: User,
team_id: uuid.UUID,
min_role: str = "viewer",
)
backend/app/core/rbac.py:40
↓ 1 callersFunctioncreate_invite(
db: AsyncSession,
*,
team_id: uuid.UUID,
invited_email: str,
role: str,
invited_by_i
backend/app/services/invites.py:18
↓ 1 callersFunctioncreate_registration_token(
db: AsyncSession,
*,
team_id: uuid.UUID,
label: str,
created_by_id: uuid.UUID,
max_u
backend/app/services/registration_tokens.py:48