Files
authentik/website/docs/expressions/reference/_user.md
Dominic R 404570a4d2 website/docs: Reorganize policy documentation (#21133)
* Reorganize policy documentation

* website/docs: address policy docs review feedback

* post-rebase

* website/docs: Reorganize policy documentation -- Revisions (#21601)

* apply suggestions

---------

Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
2026-04-16 07:11:52 -04:00

266 B

  • user: The current user. This may be None if there is no contextual user. See User.

Example:

return {
  "custom_attribute": request.user.attributes.get("custom_attribute", "default"),
}