v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
Users

Get current user

Returns information about the currently authenticated user.

get/users/me

Response

Response when the endpoint is successfully invoked.

usernamestring
displayNamestring
adminboolean
developerboolean
viewerboolean

Example response

{
  "username": "dprince",
  "displayName": "Diana Prince",
  "admin": true,
  "developer": false,
  "viewer": false
}