Skip to content

Get the current identity

GET
/api/v1/auth/me

Returns the user identifier, username, and global role associated with the current session.

Current identity returned

Identity associated with the current authenticated session.

object
id

User identifier.

string format: uuid
role

Global authorization role.

string
Allowed values: ADMIN OPERATOR VIEWER
username

Current username.

string

Authentication is required or credentials are invalid.

RFC 7807 problem response. Dynamic detail text is credential-redacted.

object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference