mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(users): Add API to list users in user lineage (#5722)
This commit is contained in:
@ -263,7 +263,8 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::DeleteUserRole
|
||||
| Flow::CreateRole
|
||||
| Flow::UpdateRole
|
||||
| Flow::UserFromEmail => Self::UserRole,
|
||||
| Flow::UserFromEmail
|
||||
| Flow::ListUsersInLineage => Self::UserRole,
|
||||
|
||||
Flow::GetActionUrl | Flow::SyncOnboardingStatus | Flow::ResetTrackingId => {
|
||||
Self::ConnectorOnboarding
|
||||
|
||||
Reference in New Issue
Block a user