Logout User - Lagoon/LagoonSecurity-API GitHub Wiki

Allows an user to log out.

GET /users/{user_id}/logout

If your application is configured to use contexts use:

GET /contexts/{cname}/users/{user_id}/logout

Parameters:

user_id: User Idendification

Output Example:

{
   success: true
}
⚠️ **GitHub.com Fallback** ⚠️