POST api/AuthRepository/CheckUserByUserName

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:

Sample not available.

Response Information

Resource Description

UserModel
NameDescriptionTypeAdditional information
Response

string

None.

UserRolesName

Collection of string

None.

PasswordCreationDate

date

None.

LastConnectionDate

date

None.

RecoveryInfo

RecoveryInfo

None.

Passwords

Collection of PasswordModel

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.

Roles

Collection of IdentityUserRole

None.

Claims

Collection of IdentityUserClaim

None.

Logins

Collection of IdentityUserLogin

None.

Id

string

None.

UserName

string

None.

Response 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 'User' with type 'AlhambraWebServices.Models.UserModel'. Path 'Passwords[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 'User' with type 'AlhambraWebServices.Models.UserModel'. Path 'Passwords[0]'.