Skip to main content
Create a new Aria Compute account with an email address and password. Returns a session JWT and the new user profile. When SMTP is configured, the backend also sends the user_registered welcome email. Method: POST Path: /api/auth/register/email Auth: None

Request

string
required
Email address. Must be unique.
string
required
Account password.
string
Optional display name.

Response

string
Session JWT.
object
New user profile.

Example

Errors