Skip to main content
This page is part of an AI coding agent skill and is written for agents, not humans. For the human-readable Base44 docs, see the developer documentation.

Users Module

Invite users to the app via base44.users.

Contents

Methods

Examples

Invite User

Invite Multiple Users

Roles

The role parameter must be one of: Note: Only "user" and "admin" are valid role values. An error will be thrown if you pass any other value.

Notes

  • Email invitation: The invited user receives an email with a link to join the app
  • Duplicate handling: Inviting an existing user will re-send the invitation
  • Also available in auth: base44.auth.inviteUser() provides the same functionality
  • Role validation: Only "user" or "admin" are accepted

Type Definitions