POST api/Authentication/Register

Request Information

URI Parameters

None.

Body Parameters

RegisterUser
NameDescriptionTypeAdditional information
firstName

string

None.

lastName

string

None.

username

string

None.

email

string

None.

password

string

None.

DateAdded

date

None.

Request Formats

application/json, text/json

Sample:
{
  "firstName": "sample string 1",
  "lastName": "sample string 2",
  "username": "sample string 3",
  "email": "sample string 4",
  "password": "sample string 5",
  "DateAdded": "2026-01-10T07:43:11.040695-07:00"
}

application/xml, text/xml

Sample:
<AuthenticationController.RegisterUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerteqCloud.Controllers.API">
  <DateAdded>2026-01-10T07:43:11.040695-07:00</DateAdded>
  <email>sample string 4</email>
  <firstName>sample string 1</firstName>
  <lastName>sample string 2</lastName>
  <password>sample string 5</password>
  <username>sample string 3</username>
</AuthenticationController.RegisterUser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.