Skip to main content

Find User by Id

GET 

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

Returns a single user created in your UAPI account by a userId.

Request

Path Parameters

    userId stringrequired

    You can pass the identifier that gets returned from the create user endpoint here or use the username you specified in the body of the create user endpoint

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

{
"userId": "64415fdb9b807dd7e931eef0",
"fullName": "Embedded User",
"username": "madHatter"
}
curl -L 'https://embedded.runalloy.com/2024-03/one/users/:userId' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://embedded.runalloy.com/2024-03/one
Parameters
— pathrequired
— headerrequired
ResponseClear

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