Skip to content

Get Current User Info Node

Utils/User

Get Current User Info

Fetches the current user's persisted user information from the configured FlowLike hub's /api/v1/user/info endpoint when an execution token is available.

utils_user_get_current_user_infostd
Inputs0
Outputs4
Security exposure2/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
3/10High
PerformanceRuntime or resource pressure.
4/10Medium
GovernancePolicy, audit, or compliance impact.
2/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
1/10High

Input Pins

0

No input pins.

Output Pins

4

User Info

Struct
user_info

The user record returned by /api/v1/user/info

CurrentUserInfoCurrentUserInfo18 fields
idstringrequired
stripe_idstring | null
tracking_idstring | null
emailstring | null
usernamestring | null
preferred_usernamestring | null
namestring | null
descriptionstring | null
avatarstring | null
permissioninteger:int64required
format int64
accepted_terms_versionstring | null
tutorial_completedbooleanrequired
total_sizeinteger:int64required
format int64
total_llm_priceinteger:int64required
format int64
total_embedding_priceinteger:int64required
format int64
llm_price_tracking_monthstring | null
created_atstringrequired
updated_atstringrequired
Schema enforced

Success

Boolean
success

True when user info was fetched successfully

Status Code

Integer
status_code

HTTP status code returned by the hub, or 0 if no request was made

Error

String
error

Error message when user info could not be fetched

Node Info

Internal name
utils_user_get_current_user_info
Category
Utils/User