Get current user
GET
/api/user
Get current authenticated user.
Authorizations
bearerAuth
Bearer token using a JWT
Type
HTTP (Bearer)
Responses
The authenticated user.
application/json
JSON "id": 1, "email": "example@gancio.org", "description": "", "is_active": true, "is_admin": false, "createdAt": "2020-01-29T18:10:16.630Z", "updatedAt": "2020-01-30T22:42:14.789Z", "settings": { }, "recover_code": ""
{
}

