mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(user): add route to get user details (#4510)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -348,8 +348,10 @@ pub enum Flow {
|
||||
DeleteSampleData,
|
||||
/// List merchant accounts for user
|
||||
UserMerchantAccountList,
|
||||
/// Get details of a user in a merchant account
|
||||
/// Get details of a user
|
||||
GetUserDetails,
|
||||
/// Get details of a user role in a merchant account
|
||||
GetUserRoleDetails,
|
||||
/// List users for merchant account
|
||||
ListUsersForMerchantAccount,
|
||||
/// PaymentMethodAuth Link token create
|
||||
|
||||
Reference in New Issue
Block a user