Skip to content

Get current user info

GET
/users/me

Get current user info. Server: localhost:8081

Authorizations

bearerAuth
TypeHTTP (bearer)

Responses

OK

application/json
JSON
{
"id": "string",
"username": "string",
"is_admin": true
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

Distributed under the Apache License Version 2.0