Skip to main content

Invite User

POST 

/api/users/store-user

Creates a new user and sends them an email invitation to set their own password (in production). In non-production environments, a password is generated and returned in the response.

Authentication: Requires Bearer token.

Fields:

  • email (required, unique, max:255) — User's email address
  • name (required, string, max:255) — User's full name
  • is_admin (optional, boolean, default: false) — Grant admin privileges
  • is_power_user (optional, boolean, default: false) — Grant power user privileges

Request

Responses

Successful response