Get current user
GET
/user
Returns the currently logged in user.
Authorizations
Section titled “ Authorizations ”Responses
Section titled “ Responses ”The current user.
Media type application/json
object
type
required
string
links
Account Links
Links related to an Account.
object
avatar
Link
A link to a resource related to this object.
object
href
string format: uri
name
string
key
additional properties
any
created_on
string format: date-time
display_name
string
uuid
string
Example generated
{ "type": "example", "links": { "avatar": { "href": "https://example.com", "name": "example" } }, "created_on": "2026-04-15T12:00:00Z", "display_name": "example", "uuid": "example"}When the request wasn’t authenticated.
Media type application/json
Error
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
type
required
string
error
object
message
required
string
detail
string
data
Optional structured data that is endpoint-specific.
object
key
additional properties
any
key
additional properties
any
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}