Why use People
Without People, you’d embed a photo URL in every modification:- Update the photo once, all future renders pick it up
- Tag people with metadata (department, role, region) for filtered batch renders
- Signed URLs are regenerated on demand — no broken links from expired CDNs
Lifecycle
- Upload photo via
POST /v1/peoplewithphoto_asset_idfrom a prior/v1/assetsupload - Reference in renders by
person_idor externalname - Update photo with
PATCH /v1/people/<id> - Soft-delete with
DELETE /v1/people/<id>