Skip to main content

List Users by workflowId

GET 

https://embedded.runalloy.com/2024-03//workflows/:workflowId/users/

Request

Path Parameters

    workflowId stringrequired

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

Query Parameters

    userId string

    The Id of the user you would like to query.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

{
"data": [
{
"username": "alexmcvar@runalloy.com"
"fullName": "Alex McVarish",
"userId": "6398f116aaab31dbb69df94d",
"workflowActive": true,
"installedVersion": 1
},
{
"username": "brandonl@runalloy.com"
"fullName": "Brandon Looker",
"userId": "6398f895dk5b31dbh69df7d7",
"workflowActive": true,
"installedVersion": 2
},
{
"username": "abdullah+embedded3@runalloy.com",
"fullName": "Abdullah Wali",
"userId": "63fec7df57e0a6da84257316",
"workflowActive": true,
"installedVersion": 1
},
{
"username": "devanshMehta@runalloy.com",
"fullName": "Devansh Mehta",
"userId": "63feca0157e0a6da8425731b",
"workflowActive": false,
"installedVersion": 2
}
]
}
curl -L 'https://embedded.runalloy.com/2024-03/workflows/:workflowId/users/' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://embedded.runalloy.com/2024-03
Parameters
— pathrequired
— headerrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!