Skip to content

Kirby 4.1.2

GET /api/auth

Retrieve info about the logged in user

Query parameters

Parameter Example Description
pretty pretty=true|null Pretty prints the result. Only useful for debugging.
select select=name,permissions|null Defines the fields that will be returned for the role.

User fields

The following fields are available in the user model and can be fetched with the select parameter:

  • avatar
  • blueprint
  • content
  • email
  • files
  • id
  • language
  • name
  • next
  • options
  • panelImage
  • permissions
  • prev
  • role
  • roles
  • username
  • uuid