Skip to content

Kirby 3.5.7.1

/api/users/:id

Retrieve a user

Query parameters

Parameter Example Description
pretty ?pretty=true Pretty prints the result. Only useful for debugging.
select ?select=name,email Defines the fields that will be returned for the user.

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
  • permissions
  • prev
  • role
  • roles
  • username