title: Get Users Batch keywords:
- get users batch
- post
- get
- users
- batch
Get users by specific user IDs (batch lookup).
cURL
- Bash
- Python
- JavaScript
curl -X POST "https://api.aitronos.com/v1/user/batch" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
200 OK
{
"success": true
}