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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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

Requires permission: users.create

Request

Responses

OK

Response Headers
    Content-Type