v1

latestOpenAPI 3.0.0Proprietary2026-07-17481525.1 KB
Base API

Returns the current user.

get/user

Response

user response

Example response

{
  "data": {
    "source": "worf",
    "email": "max.mustermann@muster.com",
    "display_name": "Max Mustermann",
    "access_token": {
      "scopes": [
        "admin"
      ]
    },
    "roles": [
      {
        "roles": [
          "admin"
        ],
        "organization": {
          "description": "this is just an example organization",
          "name": "example org",
          "source": "worf"
        }
      }
    ]
  }
}