title: Get Members By Ids keywords:
- get members by ids
- post
- get
- members
- ids
Get organization members by specific user IDs.
POSThttps://api.aitronos.com/v1/organizations/{organization_id}/users/by-ids
organization_id string required
Organization ID to get members from
A JSON object with the operation result.
cURL
- Bash
- Python
- JavaScript
curl -X POST "https://api.aitronos.com/v1/organizations/{organization_id}/users/by-ids" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
200 OK
{
"success": true
}