PUT api/AspNetUser

Request Information

URI Parameters

None.

Body Parameters

AspNetUser
NameDescriptionTypeAdditional information
Id

string

None.

FirstName

string

None.

LastName

string

None.

DisplayName

string

None.

ActivateToken

string

None.

AuthorizeToken

string

None.

IsEnabled

boolean

None.

UserType

string

None.

CreatedDate

date

None.

Address

string

None.

City

string

None.

State

string

None.

PostalCode

string

None.

Email

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.

UserName

string

None.

ClearHistoryFlag

string

None.

AspNetUserClaims

Collection of AspNetUserClaim

None.

AspNetUserLogins

Collection of AspNetUserLogin

None.

AspNetUserRoles

Collection of AspNetUserRole

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'AspNetUser' with type 'RREL.Data.Models.AspNetUser'. Path 'AspNetUserClaims[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'AspNetUser' with type 'RREL.Data.Models.AspNetUser'. Path 'AspNetUserClaims[0]'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'RREL.Data.Models.AspNetUserClaim' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'RREL.Data.Models.AspNetUserClaim' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AspNetUser'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.