juspay / hyperswitch

An open source payments switch written in Rust to make payments fast, reliable and affordable
https://hyperswitch.io/
Apache License 2.0
12.1k stars 1.27k forks source link

fix(user_roles): Send only same and below Entity Level Users in List Users API #6146

Closed ThisIsMani closed 3 days ago

ThisIsMani commented 5 days ago

Currently in user list api, for merchants we show org admin.

This is happening because in V1 data, we have merchant_id in org level users as well, because of why the filtering is not correct.