auth

Signup

Create a fresh org + its owner user. Internal callers only.

This is the path used by NextAuth when /v1/auth/me reports no user AND no claiming org AND no invitation — i.e. a brand-new tenant.

post/v1/auth/signup

Request body

org_namestring required
emailstring required

Response

Successful Response

org_idstring uuid required
org_namestring required
api_keystring required
user_idstring uuid nullable
membership_statusstring
rolestring
is_adminboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.