logto-io / logto

🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.
https://logto.io
Mozilla Public License 2.0
8.94k stars 446 forks source link

feature request: Enhance webhook payload body #6757

Open linear[bot] opened 3 weeks ago

linear[bot] commented 3 weeks ago

What problem did you meet?

Organization.Membership.Updated event is fired when a user is added to an organization. But the webhook payload does not contain the userId, only organizationId can be found.

Describe what you'd like Logto to have

The Organization.Membership.Updatedwebhook event payload should contain the updated data info such as userIds being added or removed.