Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
API version
Query Parameters
You can pass a parentWorkflowId if you wish to list users for a specific workflow.
Response
200
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}"
Returns a list of all users created in your Embedded account.
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}"
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
API version
You can pass a parentWorkflowId if you wish to list users for a specific workflow.
200
Show child attributes