mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(users): Add API to list users in user lineage (#5722)
This commit is contained in:
@ -466,6 +466,8 @@ pub enum Flow {
|
||||
ListMerchantsForUserInOrg,
|
||||
/// List Profile for user in org and merchant
|
||||
ListProfileForUserInOrgAndMerchant,
|
||||
/// List Users in Org
|
||||
ListUsersInLineage,
|
||||
/// List initial webhook delivery attempts
|
||||
WebhookEventInitialDeliveryAttemptList,
|
||||
/// List delivery attempts for a webhook event
|
||||
|
||||
Reference in New Issue
Block a user