POST api/Account/Register

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
userModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "password": "sample string 1",
  "confirmPassword": "sample string 2",
  "origin": "sample string 3",
  "email": "sample string 4",
  "emailConfirmed": true,
  "passwordHash": "sample string 6",
  "securityStamp": "sample string 7",
  "phoneNumber": "sample string 8",
  "phoneNumberConfirmed": true,
  "twoFactorEnabled": true,
  "lockoutEndDateUtc": "2024-03-27T18:05:37.0763435+01:00",
  "lockoutEnabled": true,
  "accessFailedCount": 12,
  "roles": [],
  "claims": [],
  "logins": [],
  "id": "sample string 13",
  "userName": "sample string 14"
}

text/html

Sample:
{"password":"sample string 1","confirmPassword":"sample string 2","origin":"sample string 3","email":"sample string 4","emailConfirmed":true,"passwordHash":"sample string 6","securityStamp":"sample string 7","phoneNumber":"sample string 8","phoneNumberConfirmed":true,"twoFactorEnabled":true,"lockoutEndDateUtc":"2024-03-27T18:05:37.0763435+01:00","lockoutEnabled":true,"accessFailedCount":12,"roles":[],"claims":[],"logins":[],"id":"sample string 13","userName":"sample string 14"}

application/xml, text/xml

Sample:
<UserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FairCatalogue.WebApi.Models">
  <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">12</AccessFailedCount>
  <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 4</Email>
  <EmailConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</EmailConfirmed>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 13</Id>
  <LockoutEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</LockoutEnabled>
  <LockoutEndDateUtc xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2024-03-27T18:05:37.0763435+01:00</LockoutEndDateUtc>
  <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 6</PasswordHash>
  <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 8</PhoneNumber>
  <PhoneNumberConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</PhoneNumberConfirmed>
  <SecurityStamp xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 7</SecurityStamp>
  <TwoFactorEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</TwoFactorEnabled>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 14</UserName>
  <ConfirmPassword>sample string 2</ConfirmPassword>
  <Origin>sample string 3</Origin>
  <Password>sample string 1</Password>
</UserModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.