Skip to main content
GET
/
workflows
/
{workflowId}
/
users
List Users by workflowId
curl --request GET \
  --url https://production.runalloy.com/workflows/{workflowId}/users \
  --header 'Authorization: <authorization>' \
  --header 'x-api-version: <x-api-version>'
"{\n  \"data\": [\n    {\n      \"username\": \"alexmcvar@runalloy.com\",\n      \"fullName\": \"Alex McVarish\",\n      \"userId\": \"6398f116aaab31dbb69df94d\",\n      \"workflowActive\": true,\n      \"installedAt\": \"2023-11-03T18:02:28.296Z\"\n    },\n    {\n      \"username\": \"brandonl@runalloy.com\",\n      \"fullName\": \"Brandon Looker\",\n      \"userId\": \"6398f895dk5b31dbh69df7d7\",\n      \"workflowActive\": true,\n      \"installedVersion\": 2,\n      \"installedAt\": \"2023-11-03T18:02:28.296Z\"\n    },\n    {\n      \"username\": \"abdullah+embedded3@runalloy.com\",\n      \"fullName\": \"Abdullah Wali\",\n      \"userId\": \"63fec7df57e0a6da84257316\",\n      \"workflowActive\": true,\n      \"installedAt\": \"2023-11-03T18:02:28.296Z\"\n    },\n    {\n      \"username\": \"devanshMehta@runalloy.com\",\n      \"fullName\": \"Devansh Mehta\",\n      \"userId\": \"63feca0157e0a6da8425731b\",\n      \"workflowActive\": false,\n      \"installedVersion\": 2,\n      \"installedAt\": \"2023-11-03T18:02:28.296Z\"\n    }\n  ]\n}\n"

Headers

Authorization
string
default:bearer YOUR_API_KEY
required
x-api-version
string
default:2025-09
required

The version of the API to use. The current API version is 2025-09.

Path Parameters

workflowId
string
required

The Id of the parent workflow you would like to list users for.

Response

200

The response is of type any.

I