v1

latestOpenAPI 3.0.2Apache 2.02026-07-136548173.9 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
}