current user
This block is part of the users group and was last modified in core v10.4.28.
current user v10.4.28 Returns the current logged-in user object as user-pin.
Out pins 1
- user
user
current user outputs the user behind the running session. Most blueprints immediately take it apart with get guid, and the guid then feeds a field of new object or a query.

Commonly used with
In production blueprints, this block is most often wired together with:
- get guid: this block feeds into it. Returns the guid (field: _meta.guid) of the given user.
- get fields: this block feeds into it. Gets the given fields from user data and returns this per data-pin.
- cast to object: this block feeds into it. Converts an user object type to an object type.
Used in these guides
These documentation pages use or explain this block:
Version history
Introduced in v10.4.28.
Back to
users Return to the main group to view all sub-groups Back to current user Return to the group to view all blocks within this group
