API Reference
cURL
curl --request GET \ --url https://production.runalloy.com/users \ --header 'Authorization: <authorization>' \ --header 'x-api-version: <x-api-version>'
{ "data": [ { "userId": "6323d7c9122ae69742a5d0a2", "username": "gregg", "fullName": "Gregg Mojica" }, { "userId": "6323d7cf9ae88f59bf66ce63", "username": "sara", "fullName": "Sara Du" }, { "userId": "6323d7e159479ba26d80fcc8", "fullName": "William Jackson" }, { "userId": "6323d7f090020baf1091b151", "username": "[email protected]", "fullName": "Izzy Jackson" }, { "userId": "6323d7da4b764bfe02cacaef", "username": "[email protected]", "fullName": "Jose Santos" } ] }
Returns a list of all users created in your Embedded account.
The version of the API to use. The current API version is 2025-09.
You can pass a parentWorkflowId if you wish to list users for a specific workflow.
200
Show child attributes