Skip to main content
POST
BatchGetOwners

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
string[]

Owner ids to fetch (1–200, unique). Each accepts either the bare UUID or the entity_id form (owner-<uuid>); the prefix is stripped server-side.

Required array length: 1 - 200 elements
Pattern: ^(owner-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
includeDeleted
boolean

Include soft-deleted owners.

Response

200 - application/json

Success

owners
object

Owners keyed by id. Ids that do not exist (or are deleted, unless requested) are absent.