auth

Signs a user up.

Creates a new user.

post/signup

Request body

emailstring email
phonestring phone
passwordstring
dataobject

Response

A user already exists and is not confirmed (in which case a user object is returned). A user did not exist and is signed up. If email or phone confirmation is enabled, returns a user object. If confirmation is disabled, returns an access token and refresh token response.

OR

Changes