POST api/user/logout
Request Information
URI Parameters
None.
Body Parameters
LoginInputInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| Password | string |
None. |
|
| UUID | string |
None. |
|
| LineUUID | string |
None. |
|
| ApplicationId | ApplicationId |
None. |
|
| IsAutoLogin | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"username": "sample string 1",
"password": "sample string 2",
"uuid": "sample string 3",
"lineUUID": "sample string 4",
"applicationId": 1,
"isAutoLogin": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.