Skip to main content
GET
/
users
Retrieve a list of all users
curl --request GET \
  --url https://production.runalloy.com/users \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-version: <x-api-version>'
"{\n    \"data\": [\n        {\n            \"userId\": \"6323d7c9122ae69742a5d0a2\",\n            \"username\": \"gregg\",\n            \"fullName\": \"Gregg Mojica\"\n        },\n        {\n            \"userId\": \"6323d7cf9ae88f59bf66ce63\",\n            \"username\": \"sara\",\n            \"fullName\": \"Sara Du\"\n        },\n        {\n            \"userId\": \"6323d7e159479ba26d80fcc8\",\n            \"fullName\": \"William Jackson\"\n        },\n        {\n            \"userId\": \"6323d7f090020baf1091b151\",\n            \"username\": \"izzy@gmail.com\",\n            \"fullName\": \"Izzy Jackson\"\n        },\n         {\n            \"userId\": \"6323d7da4b764bfe02cacaef\",\n            \"username\": \"jose@example.com\",\n            \"fullName\": \"Jose Santos\"\n        }\n    ]\n}"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-version
string
default:2025-09
required

API version

Query Parameters

parentWorkflowId
string

You can pass a parentWorkflowId if you wish to list users for a specific workflow.

Response

200

data
object[]
I