Sign up

Creates an account with email and password and starts a session cookie. Returns the new user.

Request

This endpoint expects an object.
emailstringRequiredformat: "email"
passwordstringRequired>=8 characters
namestring or nullOptional

Response

Successful Response
idstringformat: "uuid"
emailstring
namestring or null
created_atdatetime

Errors

422
Unprocessable Entity Error