User Node Catalog
Generated category
User Node Catalog
Generated from 5 catalog nodes in Utils/User.
Nodes in this category
Showing 5 of 5 generated node docs.
Get Current User Info
Utils/UserFetches the current user's persisted user information from the configured FlowLike hub's /api/v1/user/info endpoint when an execution token is available.
Get Executing User
Utils/UserGets the user context of the current execution. Returns a typed struct containing sub (user ID), role, permissions, attributes, and technical user info. Use 'Break Struct' to access individual fields.
Has Attribute
Utils/UserChecks if the executing user's role has a specific attribute (tag). Attributes are custom string tags assigned to roles for flexible authorization. Returns false if no user context is available or the user has no role.
Has Permission
Utils/UserChecks if the executing user has a specific permission. Admin and Owner roles automatically have all permissions. Returns false if no user context is available.
Is Technical User
Utils/UserChecks if the current execution is triggered by a technical user (API key) rather than a human user. Technical users don't have a human identity (sub) but do have a key_id.