Operator_id when there's no operator

With Webhooks such as ‘meeting.created’ and ‘meeting.updated’ there is an operator_id in the payload. What is the value of this when the Meeting was created or changed via an API call? The reason I’m asking is that for example if it was some specific value for an API call originator we could use that to stop a change that we created coming back.

Hi @chrismurrph,

Good question. If an action was taken via API, the operator_id value will be that of the app owner—so, if this were an account-wide JWT app for instance, this would be the user id of the account owner.

Let me know if this helps to clarify!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.