POST api/AuthenticationPolicy/GetUserAuthenticationPolicy
Request Information
URI Parameters
None.
Body Parameters
UserSignInPolicyRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailAddress | string |
None. |
|
| SignedUp | boolean |
None. |
|
| ClientId | integer |
None. |
|
| IsMobile | boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"emailAddress": "sample string 1",
"signedUp": true,
"clientId": 1,
"isMobile": true
}
text/plain
Sample:
{"emailAddress":"sample string 1","signedUp":true,"clientId":1,"isMobile":true}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.