mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(user_role): Add APIs for user roles (#3013)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -265,6 +265,20 @@ pub enum Flow {
|
||||
GetMutltipleDashboardMetadata,
|
||||
/// Payment Connector Verify
|
||||
VerifyPaymentConnector,
|
||||
/// Internal user signup
|
||||
InternalUserSignup,
|
||||
/// Switch merchant
|
||||
SwitchMerchant,
|
||||
/// Get permission info
|
||||
GetAuthorizationInfo,
|
||||
/// List roles
|
||||
ListRoles,
|
||||
/// Get role
|
||||
GetRole,
|
||||
/// Update user role
|
||||
UpdateUserRole,
|
||||
/// Create merchant account for user in a org
|
||||
UserMerchantAccountCreate,
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user