POST api/Account/UserRegistration
Request Information
URI Parameters
None.
Body Parameters
UserRegistrationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| string |
None. |
||
| EmailConfirmed | boolean |
None. |
|
| ResetPassword | boolean |
None. |
|
| UpdateProfile | boolean |
None. |
|
| SecurityCode | string |
None. |
|
| PendingInvitation | boolean |
None. |
|
| PasswordHash | string |
None. |
|
| SecurityStamp | string |
None. |
|
| PhoneNumber | string |
None. |
|
| PhoneNumberConfirmed | boolean |
None. |
|
| TwoFactorEnabled | boolean |
None. |
|
| LockoutEndDateUtc | date |
None. |
|
| LockoutEnabled | boolean |
None. |
|
| AccessFailedCount | integer |
None. |
|
| UserName | string |
None. |
|
| LastApplicationAccessed | globally unique identifier |
None. |
|
| LastCompanyVisited | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedUserID | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedUserID | globally unique identifier |
None. |
|
| ModifiedDate | date |
None. |
|
| RowVersion | Collection of byte |
None. |
|
| Language | string |
None. |
|
| IsDecrypt | boolean |
None. |
|
| ApplicationID | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| CountryID | integer |
None. |
|
| IsAgreedTerms | boolean |
None. |
|
| AgreeTermsOnDate | date |
None. |
|
| TermsDetails | string |
None. |
|
| UserFirstName | string |
None. |
|
| UserLastName | string |
None. |
|
| ProfessionID | integer |
None. |
|
| TrialDays | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "e8e92ff1-897a-4920-ba80-c2e6651a6f22",
"Email": "sample string 2",
"EmailConfirmed": true,
"ResetPassword": true,
"UpdateProfile": true,
"SecurityCode": "sample string 6",
"PendingInvitation": true,
"PasswordHash": "sample string 8",
"SecurityStamp": "sample string 9",
"PhoneNumber": "sample string 10",
"PhoneNumberConfirmed": true,
"TwoFactorEnabled": true,
"LockoutEndDateUtc": "2026-01-07T18:25:42.0362907+00:00",
"LockoutEnabled": true,
"AccessFailedCount": 14,
"UserName": "sample string 15",
"LastApplicationAccessed": "7f37a5db-93b2-4bd5-be6f-a3adabf56720",
"LastCompanyVisited": 1,
"IsDeleted": true,
"IsActive": true,
"CreatedUserID": "b9adf1b3-45f7-4429-87f4-d08e4758f858",
"CreatedDate": "2026-01-07T18:25:42.0362907+00:00",
"ModifiedUserID": "d3664227-366f-4779-bad9-245f26a0c5bf",
"ModifiedDate": "2026-01-07T18:25:42.0362907+00:00",
"RowVersion": "QEA=",
"Language": "sample string 22",
"IsDecrypt": true,
"ApplicationID": "352524ca-58b3-4442-b711-91cd18e7add6",
"CompanyName": "sample string 24",
"CountryID": 1,
"IsAgreedTerms": true,
"AgreeTermsOnDate": "2026-01-07T18:25:42.0362907+00:00",
"TermsDetails": "sample string 25",
"UserFirstName": "sample string 26",
"UserLastName": "sample string 27",
"ProfessionID": 1,
"TrialDays": 28
}
application/xml, text/xml
Sample:
<UserRegistrationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core.SecurityModels"> <AccessFailedCount>14</AccessFailedCount> <AgreeTermsOnDate>2026-01-07T18:25:42.0362907+00:00</AgreeTermsOnDate> <ApplicationID>352524ca-58b3-4442-b711-91cd18e7add6</ApplicationID> <CompanyName>sample string 24</CompanyName> <CountryID>1</CountryID> <CreatedDate>2026-01-07T18:25:42.0362907+00:00</CreatedDate> <CreatedUserID>b9adf1b3-45f7-4429-87f4-d08e4758f858</CreatedUserID> <Email>sample string 2</Email> <EmailConfirmed>true</EmailConfirmed> <ID>e8e92ff1-897a-4920-ba80-c2e6651a6f22</ID> <IsActive>true</IsActive> <IsAgreedTerms>true</IsAgreedTerms> <IsDecrypt>true</IsDecrypt> <IsDeleted>true</IsDeleted> <Language>sample string 22</Language> <LastApplicationAccessed>7f37a5db-93b2-4bd5-be6f-a3adabf56720</LastApplicationAccessed> <LastCompanyVisited>1</LastCompanyVisited> <LockoutEnabled>true</LockoutEnabled> <LockoutEndDateUtc>2026-01-07T18:25:42.0362907+00:00</LockoutEndDateUtc> <ModifiedDate>2026-01-07T18:25:42.0362907+00:00</ModifiedDate> <ModifiedUserID>d3664227-366f-4779-bad9-245f26a0c5bf</ModifiedUserID> <PasswordHash>sample string 8</PasswordHash> <PendingInvitation>true</PendingInvitation> <PhoneNumber>sample string 10</PhoneNumber> <PhoneNumberConfirmed>true</PhoneNumberConfirmed> <ProfessionID>1</ProfessionID> <ResetPassword>true</ResetPassword> <RowVersion>QEA=</RowVersion> <SecurityCode>sample string 6</SecurityCode> <SecurityStamp>sample string 9</SecurityStamp> <TermsDetails>sample string 25</TermsDetails> <TrialDays>28</TrialDays> <TwoFactorEnabled>true</TwoFactorEnabled> <UpdateProfile>true</UpdateProfile> <UserFirstName>sample string 26</UserFirstName> <UserLastName>sample string 27</UserLastName> <UserName>sample string 15</UserName> </UserRegistrationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.