Skip to main content

signUpApi

const signUpApi: (req, __namedParameters) => Promise<Response>

Post users sign-up api requests, creates a new user account and authenticates the user.

Parameters

req

Request

__namedParameters

params

Promise<Partial<QueryParams>>

Returns

Promise<Response>