Skip to main content
GET
/
api
/
v1
/
users
/
{user_id}
Get User
curl --request GET \
  --url https://api.recallrai.com/api/v1/users/{user_id} \
  --header 'X-Recallr-Api-Key: <x-recallr-api-key>' \
  --header 'X-Recallr-Project-Id: <x-recallr-project-id>'
{
  "user": {
    "user_id": "<string>",
    "metadata": {},
    "created_at": "2023-11-07T05:31:56Z",
    "last_active_at": "2023-11-07T05:31:56Z"
  }
}

Headers

X-Recallr-Project-Id
string<uuid>
required
X-Recallr-Api-Key
string
required

Path Parameters

user_id
string
required

Response

User details retrieved successfully

user
UserInfo · object
required