POST
/
create-account

Body

application/json
userID
string
required

A unique identifier to be assigned to the new user.

displayName
string
required

A unique name or title for the new user.

rawAccessToken
string
required

The raw access token to use to authenticate the Alpha

accessToken
string
required

The hashed version of the rawAccessToken

idToken
string
required

The ID Token provided by firebase authentication

Response

200 - application/json
success
boolean
token
string

The generated JWT token for the user