Expose "Deleted = True/false" field for use with People API endpoint
A
Aaron Kirk
When a person is deactivated via the API using DELETE /v0/people/:id (with hard=false), there is currently no way to restore them via the API. Restoration is only possible through the Assembled UI, which breaks fully automated people management workflows. Solution would be to add a dedicated public API endpoint to restore a deactivated person.