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.
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.Updated
webhook event payload should contain the updated data info such as userIds being added or removed.