v1

latestOpenAPI 3.0.02026-07-17142254986.7 KB
Auth

Sign up

Create a user (and organization when applicable).

post/auth/signUp

Request body

namestring required
emailstring email required
passwordstring password required
organizationIdstring uuid

Existing organization ID. Optional when creating a new organization.

Example request

{
  "name": "Jane Doe",
  "email": "jane.doe@example.com",
  "password": "Str0ngP@ssw0rd!"
}