Headers
The version of the API to use. The current API version is 2025-09.
Path Parameters
The Id of the parent workflow you would like to list users for.
Response
200
The response is of type any
.
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"
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"
The version of the API to use. The current API version is 2025-09.
The Id of the parent workflow you would like to list users for.
200
The response is of type any
.