Skip to content

Search Users Node

Utils/User

Searches project users by exposed profile fields. Email is only searchable when the platform returns email in user lookup results.

utils_user_search_usersstd
Inputs4
Outputs7
Security exposure8/10
Packagestd

Ratings

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

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

Input Pins

4

App ID

String
app_id

Project/app ID. Leave empty to use the current execution app.

Query

String
query

Search text matched against project user ID, username, preferred username, name, visible email, or role name.

Offset

Integer
offset

Number of matching users to skip.

Default 0

Limit

Integer
limit

Maximum number of users to return, capped at 100.

Default 50

Output Pins

7

Users

Struct Array
users

Matching project users.

ProjectUserProjectUser11 fields
userUserRefrequired
user_idstringrequired
substringrequired
emailstring | null
usernamestring | null
preferred_usernamestring | null
+4 more fields
membership_idstringrequired
app_idstringrequired
role_idstringrequired
roleanyOf (2)
variant 1ProjectRolevariant
idstringrequired
namestringrequired
descriptionstring | null
attributesarray | null
itemsstringarray item
permissionsinteger:int64required
format int64
+3 more fields
variant 2nullvariant
permissionsinteger:int64required
format int64
permission_namesArray<string>required
itemsstringarray item
attributesArray<string>required
itemsstringarray item
joined_viastring | null
created_atstringrequired
updated_atstringrequired
Schema enforced

Count

Integer
count

Number of users returned.

Next Offset

Integer
next_offset

Offset to use for the next page.

Has More

Boolean
has_more

True when another page may contain more matching users.

Success

Boolean
success

True when the read operation completed 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 the read operation could not complete.

Node Info

Internal name
utils_user_search_users
Category
Utils/User