We're working on a new version of our documentation - it will be out soon! In the meantime, you can use our SDK READMEs on GitHub for usage instructions.
cURL
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" } }
Retrieve detailed information for a specific user.
Get user profile including metadata, creation date, and last activity timestamp.
Returns user object with all metadata and timestamps.
User details retrieved successfully
Show child attributes
Was this page helpful?