Open axelstudios opened 1 year ago
This issue has been automatically marked as stale because it has not had recent activity within 60 days. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity within 60 days. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity within 60 days. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity within 60 days. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
/v3/postoffice/*
endpoints don't enforce theorganization_id
param, but org-membership is respected/v3/postoffice_email/*
endpoints don't respect theorganization_id
param at all, and returns the entire table for everyoneExpected Behavior The endpoints should require the
organization_id
param, and should only allow access to organization owners.