POST api/Account/SignUpUser?username={username}&pwd={pwd}&company={company}&countrycode={countrycode}&ReqDeviceAuth={ReqDeviceAuth}

Sign up new user(no web access)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
username

Valid email address used as User Name

string

Required

pwd

Password

string

Required

company

Default company name

string

Required

countrycode

Code from GetCountries() default when empty: "US"

string

Default value is US

ReqDeviceAuth

boolean

Default value is False

api-version

The requested API version

string

Default value is 1.0

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.