Skip to content

List Project Users Node

Utils/User

Lists project users with pagination.

utils_user_list_project_usersstd
Inputs3
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

3

App ID

String
app_id

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

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_list_project_users
Category
Utils/User