POST api/v1/Login/ProcessLoginAttempt

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, text/html, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LoginAttemptResponse
NameDescriptionTypeAdditional information
LockType

string

None.

RemainingAttempts

integer

None.

TenantUsersLockCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "LockType": "sample string 1",
  "RemainingAttempts": 2,
  "TenantUsersLockCount": 3
}

text/html

Sample:
{"LockType":"sample string 1","RemainingAttempts":2,"TenantUsersLockCount":3}

text/xml

Sample:
<LoginAttemptResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Entities.Model">
  <LockType>sample string 1</LockType>
  <RemainingAttempts>2</RemainingAttempts>
  <TenantUsersLockCount>3</TenantUsersLockCount>
</LoginAttemptResponse>