Skip to content

Has Permission Node

Utils/User

Has Permission

Checks if the executing user has a specific permission. Admin and Owner roles automatically have all permissions. Returns false if no user context is available.

utils_user_has_permissionstd
Inputs1
Outputs1
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.
2/10High
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

1

Permission

String
permission

The permission to check for

Default Read Boards
OwnerAdminRead TeamRead RolesRead FilesWrite Files+20 more

Output Pins

1

Has Permission

Boolean
has_permission

True if the user has the specified permission (or is Admin/Owner)

Node Info

Internal name
utils_user_has_permission
Category
Utils/User