h1./userInternal
h2. POST /userInternal/logout
Logout user
{panel}{{POST /rest/userInternal/logout?*\{location\}*}}{panel}

* *Parameters:*
|| Name || Type || Description ||
| location | string | TODO: Description |


h3. Sample
*Request:*
{code}POST /rest/userInternal/logout?location=TODO{code}

*Response:*
{code}TODO: Sample Response{code}


h2. PUT /userInternal/profile/\{flag\}

{panel}{{PUT /rest/userInternal/profile/*\{flag\}*?*\{value\}*}}{panel}

* *Parameters:*
|| Name || Type || Description ||
| flag | string | TODO: Description |
| value | boolean | TODO: Description |


h3. Sample
*Request:*
{code}PUT /rest/userInternal/profile/TODO?value=TODO{code}

*Response:*
{code}TODO: Sample Response{code}



