Get the current identity
GET/api/v1/auth/me
GET
/api/v1/auth/me
Returns the user identifier, username, and global role associated with the current session.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Current identity returned
Identity associated with the current authenticated session.
object
id
User identifier.
string format: uuid
role
Global authorization role.
string
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