Skip to content

Is Technical User Node

Utils/User

Is Technical User

Checks 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.

utils_user_is_technical_userstd
Inputs0
Outputs2
Security exposure1/10
Packagestd

Ratings

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

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

Input Pins

0

No input pins.

Output Pins

2

Is Technical User

Boolean
is_technical

True if the execution is by a technical user (API key), false otherwise

Key ID

String
key_id

The API key identifier for technical users, empty string for human users

Node Info

Internal name
utils_user_is_technical_user
Category
Utils/User