Skip to main content

Add Place Managers

POST 

/api/places/addplacemanagers

Tier: Public — stable, supported for third-party integration.

Adds a batch of place-manager assignments.

Idempotent — a pair that is already assigned is skipped rather than duplicated or erroring. There is no existence check on the place or user ids (raw foreign-key trust); all assignments are committed by a single save at the end of the request.

Request

Responses

true on success.