Skip to main content

List Users

GET 

https://embedded.runalloy.com/2024-03/one/users

Returns a list of all users created in your UAPI account.

Request

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

{
"data": [
{
"userId": "637262db3kfj6gedbb7ec589",
"fullName": "Brandon Looker",
"username": "brandon@runalloy.com
},
{
"userId": "6436cb4bf0c95829a5df77a0",
"fullName": "John Adams",
"username": "John.A@runalloy.com"
},
{
"userId": "64d4ba77ec19d1f551f822j2",
"fullName": "Hanna Banana",
"username": "hannabanana@runalloy.com"
},
{
"userId": "64415fdb9b807iu8e931kder7",
"fullName": "Embedded User",
"username": "madHatter"
},
{
"userId": "64415y2b308711i3530354d1",
"fullName": "Embedded User",
"username": "madMax"
},
{
"userId": "6448386f8hu9821561a50d92",
"fullName": "Embedded User",
"username": "saulGood"
}
]
}
curl -L 'https://embedded.runalloy.com/2024-03/one/users' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://embedded.runalloy.com/2024-03/one
Parameters
— headerrequired
ResponseClear

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