POST users/{lang}/signin
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lang | string |
Required |
Body Parameters
UserSignInRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Pwd | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"email": "sample string 1",
"pwd": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IResponseDataOfUserSignInResponseNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.