POST api/Account
Request Information
URI Parameters
None.
Body Parameters
ApplicationUserName | Description | Type | Additional information |
---|---|---|---|
GNIInfo2 | GNIInfo2 |
None. |
|
GNIServer | GNIServer |
None. |
|
GNIExtension | GNIExtension |
None. |
|
GNICoverImage | GNICoverImage |
None. |
|
GNIProfileImage | GNIProfileImage |
None. |
|
string |
None. |
||
EmailConfirmed | 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. |
|
Roles | Collection of IdentityUserRole |
None. |
|
Claims | Collection of IdentityUserClaim |
None. |
|
Logins | Collection of IdentityUserLogin |
None. |
|
Id | string |
None. |
|
UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "GNIInfo2": { "GNIInfo2ID": 1, "DeactivatedAccount": "sample string 2", "HasPassword": "sample string 3", "IsApproved": "sample string 4", "FirstTimeUser": "sample string 5", "emailSource": "sample string 6", "returnToOverlay": "sample string 7", "AccountCreatedDate": "sample string 8", "LastActivityDate": "sample string 9", "FullName": "sample string 10", "FirstName": "sample string 11", "LastName": "sample string 12", "InitialEmail": "sample string 13", "CurrentEmail": "sample string 14", "NewsletterOption": "sample string 15", "Interest_Topic_List_CSV": "sample string 16", "UserBlurb": "sample string 17", "miniCTAcookie": "sample string 18", "miniCTAcookieEXP": "sample string 19", "SecurityAnswer": "sample string 20", "CRMDirty": "sample string 21", "CoverImage": "sample string 22", "ProfileImage": "sample string 23", "Version": "sample string 24", "FBuser": "sample string 25", "TWuser": "sample string 26", "CommentToken385155": "sample string 27", "CommentToken385143": "sample string 28", "CommEMailOption": "sample string 29", "CommOnscreenOption": "sample string 30", "title": "sample string 31", "address": "sample string 32", "UIExtra1": "sample string 33", "UIExtra2": "sample string 34", "UIExtra3": "sample string 35", "LFID": "sample string 36", "CRMID": "sample string 37" }, "GNIServer": { "GNIServerID": 1, "Created": "2025-04-14T03:33:35.7673208+00:00", "LastUpdated": "2025-04-14T03:33:35.7673208+00:00", "CRM": "sample string 4", "HashSeed": "sample string 5", "Emails": "sample string 6", "CreatedIPAddress": "sample string 7", "LastIPAddress": "sample string 8", "UpdateCount": 9, "PasswordForgot": 10, "PasswordForgotTS": "2025-04-14T03:33:35.7673208+00:00", "PasswordForgotChange": 12, "PasswordForgotChangeTS": "2025-04-14T03:33:35.7673208+00:00", "PasswordChange": 14, "PasswordChangeTS": "2025-04-14T03:33:35.7673208+00:00", "ValidatedTS": "2025-04-14T03:33:35.7673208+00:00", "DeactivatedTS": "2025-04-14T03:33:35.7673208+00:00" }, "GNIExtension": { "GNIExtensionID": 1 }, "GNICoverImage": { "GNICoverImageId": 1, "Created": "2025-04-14T03:33:35.7673208+00:00", "LastUpdated": "2025-04-14T03:33:35.7673208+00:00", "Blob": "QEA=", "Host": "sample string 4", "IP": "sample string 5", "FileName": "sample string 6" }, "GNIProfileImage": { "GNIProfileImageId": 1, "Created": "2025-04-14T03:33:35.7829482+00:00", "LastUpdated": "2025-04-14T03:33:35.7829482+00:00", "Blob": "QEA=", "Host": "sample string 4", "IP": "sample string 5", "FileName": "sample string 6" }, "Email": "sample string 1", "EmailConfirmed": true, "PasswordHash": "sample string 3", "SecurityStamp": "sample string 4", "PhoneNumber": "sample string 5", "PhoneNumberConfirmed": true, "TwoFactorEnabled": true, "LockoutEndDateUtc": "2025-04-14T03:33:35.7829482+00:00", "LockoutEnabled": true, "AccessFailedCount": 9, "Roles": [], "Claims": [], "Logins": [], "Id": "sample string 10", "UserName": "sample string 11" }
application/xml, text/xml
Sample:
<ApplicationUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GatesNotesInsiders.Models"> <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">9</AccessFailedCount> <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 1</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 10</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">2025-04-14T03:33:35.7829482+00:00</LockoutEndDateUtc> <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 3</PasswordHash> <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 5</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 4</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 11</UserName> <GNICoverImage> <Blob>QEA=</Blob> <Created>2025-04-14T03:33:35.7673208+00:00</Created> <FileName>sample string 6</FileName> <GNICoverImageId>1</GNICoverImageId> <Host>sample string 4</Host> <IP>sample string 5</IP> <LastUpdated>2025-04-14T03:33:35.7673208+00:00</LastUpdated> </GNICoverImage> <GNIExtension> <GNIExtensionID>1</GNIExtensionID> </GNIExtension> <GNIInfo2> <AccountCreatedDate>sample string 8</AccountCreatedDate> <CRMDirty>sample string 21</CRMDirty> <CRMID>sample string 37</CRMID> <CommEMailOption>sample string 29</CommEMailOption> <CommOnscreenOption>sample string 30</CommOnscreenOption> <CommentToken385143>sample string 28</CommentToken385143> <CommentToken385155>sample string 27</CommentToken385155> <CoverImage>sample string 22</CoverImage> <CurrentEmail>sample string 14</CurrentEmail> <DeactivatedAccount>sample string 2</DeactivatedAccount> <FBuser>sample string 25</FBuser> <FirstName>sample string 11</FirstName> <FirstTimeUser>sample string 5</FirstTimeUser> <FullName>sample string 10</FullName> <GNIInfo2ID>1</GNIInfo2ID> <HasPassword>sample string 3</HasPassword> <InitialEmail>sample string 13</InitialEmail> <Interest_Topic_List_CSV>sample string 16</Interest_Topic_List_CSV> <IsApproved>sample string 4</IsApproved> <LFID>sample string 36</LFID> <LastActivityDate>sample string 9</LastActivityDate> <LastName>sample string 12</LastName> <NewsletterOption>sample string 15</NewsletterOption> <ProfileImage>sample string 23</ProfileImage> <SecurityAnswer>sample string 20</SecurityAnswer> <TWuser>sample string 26</TWuser> <UIExtra1>sample string 33</UIExtra1> <UIExtra2>sample string 34</UIExtra2> <UIExtra3>sample string 35</UIExtra3> <UserBlurb>sample string 17</UserBlurb> <Version>sample string 24</Version> <address>sample string 32</address> <emailSource>sample string 6</emailSource> <miniCTAcookie>sample string 18</miniCTAcookie> <miniCTAcookieEXP>sample string 19</miniCTAcookieEXP> <returnToOverlay>sample string 7</returnToOverlay> <title>sample string 31</title> </GNIInfo2> <GNIProfileImage> <Blob>QEA=</Blob> <Created>2025-04-14T03:33:35.7829482+00:00</Created> <FileName>sample string 6</FileName> <GNIProfileImageId>1</GNIProfileImageId> <Host>sample string 4</Host> <IP>sample string 5</IP> <LastUpdated>2025-04-14T03:33:35.7829482+00:00</LastUpdated> </GNIProfileImage> <GNIServer> <CRM>sample string 4</CRM> <Created>2025-04-14T03:33:35.7673208+00:00</Created> <CreatedIPAddress>sample string 7</CreatedIPAddress> <DeactivatedTS>2025-04-14T03:33:35.7673208+00:00</DeactivatedTS> <Emails>sample string 6</Emails> <GNIServerID>1</GNIServerID> <HashSeed>sample string 5</HashSeed> <LastIPAddress>sample string 8</LastIPAddress> <LastUpdated>2025-04-14T03:33:35.7673208+00:00</LastUpdated> <PasswordChange>14</PasswordChange> <PasswordChangeTS>2025-04-14T03:33:35.7673208+00:00</PasswordChangeTS> <PasswordForgot>10</PasswordForgot> <PasswordForgotChange>12</PasswordForgotChange> <PasswordForgotChangeTS>2025-04-14T03:33:35.7673208+00:00</PasswordForgotChangeTS> <PasswordForgotTS>2025-04-14T03:33:35.7673208+00:00</PasswordForgotTS> <UpdateCount>9</UpdateCount> <ValidatedTS>2025-04-14T03:33:35.7673208+00:00</ValidatedTS> </GNIServer> </ApplicationUser>
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.