Skip to content

Get session user

GET
/api/session

Get user of the current session.

Responses

The user session.

application/json
JSON
{
  
"id": 1,
  
"email": "example@gancio.org",
  
"description": "Example user",
  
"is_active": true,
  
"to_notify": true,
  
"role": "user",
  
"createdAt": "2020-01-29T18:10:16.630Z",
  
"updatedAt": "2020-01-30T22:42:14.789Z"
}

Playground

Samples

Powered by VitePress OpenAPI