Monitor for changes to the people associated with a business so you can detect officer turnover, ownership shifts, and other personnel changes that may affect your risk decision. Middesk identifies people changes from Secretary of State officer listings and related authoritative sources, so the events reflect the legal record rather than self-reported updates.
People changes often signal a material event: a CEO departure, a buyout, a re-incorporation, or simply a routine annual filing that adds new directors. Use these events to re-run review tasks and decide whether the submitted person on the business still matches the current officer set.
To handle changes to people on a business, subscribe to the person.created and person.deleted events in your webhook endpoint:
person.created — a new officer was identified for the business.person.deleted — a previously identified officer is no longer associated with the business.Depending on your use case, you can use the name event directly (like storing the new name for review in your application) or use the event as a trigger to reevaluate the approval status of the business using the full business payload.
Reevaluate the business’s review tasks by requesting the full business payload using the GET /businesses endpoint.
Use the Person Verification Task to evaluate whether the name still matches to the submitted business name.