Skip to content
Last updated

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

Path Parameters

organization_id string required

Organization ID to get members from


Returns

A JSON object with the operation result.

cURL
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
}