PUT api/user/Update

Request Information

URI Parameters

None.

Body Parameters

SYS_User
NameDescriptionTypeAdditional information
UserName

string

None.

PasswordHash

string

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

Phone

string

None.

Address

string

None.

Avatar

string

None.

Stop

boolean

None.

CreateDate

date

None.

CreateByUser

string

None.

UpdateDate

date

None.

UpdateByUser

string

None.

Gender

integer

None.

BirthDay

date

None.

GroupID

globally unique identifier

None.

LopSV

string

None.

CourseStudents

Collection of CourseStudent

None.

SYS_GroupUser

Collection of SYS_GroupUser

None.

roles

Collection of string

None.

EmailConfirmed

boolean

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.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

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.