Skip to content

Retrieves the current authenticated user's information

GET
/api/v1/User/me

Requires authentication via JWT token

Authorizations

Responses

200

Returns the current user’s information

object
id
string format: uuid
username
string
nullable
name
string
nullable
email
string
nullable
createdDate
string format: date-time
accessLevel
integer format: int32

401

User is not authenticated

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties